Skip to content

Commit

Permalink
Merge pull request #774 from jglick/kind-0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Vlatombe authored May 4, 2020
2 parents 4be8864 + 4131c60 commit 64fab7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kind.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ set -euxo pipefail
export PATH=$WSTMP:$PATH
if [ \! -x $WSTMP/kind ]
then
curl -Lo $WSTMP/kind https://github.com/kubernetes-sigs/kind/releases/download/v0.7.0/kind-$(uname | tr '[:upper:]' '[:lower:]')-amd64
curl -Lo $WSTMP/kind https://github.com/kubernetes-sigs/kind/releases/download/v0.8.0/kind-$(uname | tr '[:upper:]' '[:lower:]')-amd64
chmod +x $WSTMP/kind
fi
if [ \! -x $WSTMP/kubectl ]
then
curl -Lo $WSTMP/kubectl https://storage.googleapis.com/kubernetes-release/release/v1.17.0/bin/$(uname | tr '[:upper:]' '[:lower:]')/amd64/kubectl
curl -Lo $WSTMP/kubectl https://storage.googleapis.com/kubernetes-release/release/v1.18.2/bin/$(uname | tr '[:upper:]' '[:lower:]')/amd64/kubectl
chmod +x $WSTMP/kubectl
fi

Expand Down

0 comments on commit 64fab7d

Please sign in to comment.