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 @@ -54,7 +54,7 @@ Check out the list of [kubectl plugins available on krew][list] or just run
54
54
``` sh
55
55
(
56
56
set -x; cd " $( mktemp -d) " &&
57
- curl -fsSLO " https://github.com/kubernetes-sigs/krew/releases/download/v0.3.3 /krew.{tar.gz,yaml}" &&
57
+ curl -fsSLO " https://github.com/kubernetes-sigs/krew/releases/download/v0.3.4 /krew.{tar.gz,yaml}" &&
58
58
tar zxvf krew.tar.gz &&
59
59
KREW=./krew-" $( uname | tr ' [:upper:]' ' [:lower:]' ) _amd64" &&
60
60
" $KREW " install --manifest=krew.yaml --archive=krew.tar.gz &&
@@ -78,7 +78,7 @@ Check out the list of [kubectl plugins available on krew][list] or just run
78
78
` ` ` fish
79
79
begin
80
80
set -x; set temp_dir (mktemp -d); cd " $temp_dir " &&
81
- curl -fsSLO " https://github.com/kubernetes-sigs/krew/releases/download/v0.3.3 /krew.{tar.gz,yaml}" &&
81
+ curl -fsSLO " https://github.com/kubernetes-sigs/krew/releases/download/v0.3.4 /krew.{tar.gz,yaml}" &&
82
82
tar zxvf krew.tar.gz &&
83
83
set KREWNAME krew-(uname | tr ' [:upper:]' ' [:lower:]' )_amd64 &&
84
84
./$KREWNAME install \
You can’t perform that action at this time.
0 commit comments