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 @@ -50,7 +50,7 @@ Check out the list of [kubectl plugins available on krew][list] or just run
5050 ``` sh
5151 (
5252 set -x; cd " $( mktemp -d) " &&
53- curl -fsSLO " https://storage.googleapis. com/krew/v0.2.1 /krew.{tar.gz,yaml}" &&
53+ curl -fsSLO " https://github. com/kubernetes-sigs/ krew/releases/download/ v0.3.0 /krew.{tar.gz,yaml}" &&
5454 tar zxvf krew.tar.gz &&
5555 ./krew-" $( uname | tr ' [:upper:]' ' [:lower:]' ) _amd64" install \
5656 --manifest=krew.yaml --archive=krew.tar.gz
@@ -73,7 +73,7 @@ Check out the list of [kubectl plugins available on krew][list] or just run
7373 ` ` ` fish
7474 begin
7575 set -x; set temp_dir (mktemp -d); cd " $temp_dir " &&
76- curl -fsSLO " https://storage.googleapis. com/krew/v0.2.1 /krew.{tar.gz,yaml}" &&
76+ curl -fsSLO " https://github. com/kubernetes-sigs/ krew/releases/download/ v0.3.0 /krew.{tar.gz,yaml}" &&
7777 tar zxvf krew.tar.gz &&
7878 set KREWNAME krew-(uname | tr ' [:upper:]' ' [:lower:]' )_amd64 &&
7979 ./$KREWNAME install \
You can’t perform that action at this time.
0 commit comments