File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ Check out the list of [kubectl plugins available on krew][list] or just run
51
51
``` sh
52
52
(
53
53
set -x; cd " $( mktemp -d) " &&
54
- curl -fsSLO " https://github.com/kubernetes-sigs/krew/releases/download/v0.3.3 /krew.{tar.gz,yaml}" &&
54
+ curl -fsSLO " https://github.com/kubernetes-sigs/krew/releases/download/v0.3.2 /krew.{tar.gz,yaml}" &&
55
55
tar zxvf krew.tar.gz &&
56
56
./krew-" $( uname | tr ' [:upper:]' ' [:lower:]' ) _amd64" install \
57
57
--manifest=krew.yaml --archive=krew.tar.gz
@@ -74,7 +74,7 @@ Check out the list of [kubectl plugins available on krew][list] or just run
74
74
` ` ` fish
75
75
begin
76
76
set -x; set temp_dir (mktemp -d); cd " $temp_dir " &&
77
- curl -fsSLO " https://github.com/kubernetes-sigs/krew/releases/download/v0.3.3 /krew.{tar.gz,yaml}" &&
77
+ curl -fsSLO " https://github.com/kubernetes-sigs/krew/releases/download/v0.3.2 /krew.{tar.gz,yaml}" &&
78
78
tar zxvf krew.tar.gz &&
79
79
set KREWNAME krew-(uname | tr ' [:upper:]' ' [:lower:]' )_amd64 &&
80
80
./$KREWNAME install \
You can’t perform that action at this time.
0 commit comments