File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Kubectl plugin for [asdf](https://github.com/asdf-vm/asdf) version manager
55## Install
66
77```
8- asdf plugin- add kubectl https://github.com/asdf-community/asdf-kubectl.git
8+ asdf plugin add kubectl https://github.com/asdf-community/asdf-kubectl.git
99```
1010
1111## Use
@@ -19,13 +19,13 @@ The `ASDF_KUBECTL_OVERWRITE_ARCH` variable can be used to override the architect
1919### Without ` ASDF_KUBECTL_OVERWRITE_ARCH ` :
2020
2121```
22- % asdf install kubectl 1.18.17
23- Downloading kubectl from https://storage.googleapis.com/kubernetes-release/release/v1.18.17 /bin/darwin/arm64/kubectl
22+ % asdf install kubectl 1.33.2
23+ Downloading kubectl from https://storage.googleapis.com/kubernetes-release/release/v1.33.2 /bin/darwin/arm64/kubectl
2424```
2525
2626### With ` ASDF_KUBECTL_OVERWRITE_ARCH ` :
2727
2828```
29- % ASDF_KUBECTL_OVERWRITE_ARCH=amd64 asdf install kubectl 1.18.17
30- Downloading kubectl from https://storage.googleapis.com/kubernetes-release/release/v1.18.17 /bin/darwin/amd64/kubectl
29+ % ASDF_KUBECTL_OVERWRITE_ARCH=amd64 asdf install 1.33.2
30+ Downloading kubectl from https://storage.googleapis.com/kubernetes-release/release/v1.33.2 /bin/darwin/amd64/kubectl
3131```
You can’t perform that action at this time.
0 commit comments