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
5454 ``` sh
5555 (
5656 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}" &&
5858 tar zxvf krew.tar.gz &&
5959 KREW=./krew-" $( uname | tr ' [:upper:]' ' [:lower:]' ) _amd64" &&
6060 " $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
7878 ` ` ` fish
7979 begin
8080 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}" &&
8282 tar zxvf krew.tar.gz &&
8383 set KREWNAME krew-(uname | tr ' [:upper:]' ' [:lower:]' )_amd64 &&
8484 ./$KREWNAME install \
You can’t perform that action at this time.
0 commit comments