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
5151 ``` sh
5252 (
5353 set -x; cd " $( mktemp -d) " &&
54- curl -fsSLO " https://github.com/kubernetes-sigs/krew/releases/download/v0.3.2 /krew.{tar.gz,yaml}" &&
54+ curl -fsSLO " https://github.com/kubernetes-sigs/krew/releases/download/v0.3.3 /krew.{tar.gz,yaml}" &&
5555 tar zxvf krew.tar.gz &&
5656 ./krew-" $( uname | tr ' [:upper:]' ' [:lower:]' ) _amd64" install \
5757 --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
7474 ` ` ` fish
7575 begin
7676 set -x; set temp_dir (mktemp -d); cd " $temp_dir " &&
77- curl -fsSLO " https://github.com/kubernetes-sigs/krew/releases/download/v0.3.2 /krew.{tar.gz,yaml}" &&
77+ curl -fsSLO " https://github.com/kubernetes-sigs/krew/releases/download/v0.3.3 /krew.{tar.gz,yaml}" &&
7878 tar zxvf krew.tar.gz &&
7979 set KREWNAME krew-(uname | tr ' [:upper:]' ' [:lower:]' )_amd64 &&
8080 ./$KREWNAME install \
You can’t perform that action at this time.
0 commit comments