File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -25,3 +25,8 @@ fn.addLayers(new AwsCliLayer(this, 'AwsCliLayer'));
25
25
```
26
26
27
27
The CLI will be installed under ` /opt/awscli/aws ` .
28
+
29
+ ## Alternatives
30
+
31
+ This module bundles AWS cli v1. To use AWS cli v2, you can use the
32
+ external module [ awscdk-asset-awscli] ( https://github.com/cdklabs/awscdk-asset-awscli/tree/awscli-v2/main ) .
Original file line number Diff line number Diff line change @@ -26,3 +26,10 @@ fn.addLayers(new KubectlLayer(this, 'KubectlLayer'));
26
26
```
27
27
28
28
` kubectl ` will be installed under ` /opt/kubectl/kubectl ` , and ` helm ` will be installed under ` /opt/helm/helm ` .
29
+
30
+ ## Alternatives
31
+
32
+ This module bundles Kubectl v1.20.0 and the associated helm version
33
+ To use alternative Kubectl versions, including the latest available,
34
+ you can use the external module
35
+ [ awscdk-asset-kubectl] ( https://github.com/cdklabs/awscdk-asset-kubectl ) .
You can’t perform that action at this time.
0 commit comments