bump kind to 0.4.0

This commit is contained in:
Ryan Phillips
2019-07-18 16:20:02 -05:00
parent 583fef10f2
commit 4d315c44e6

View File

@@ -10,7 +10,7 @@ set -x
curl -LO https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl
chmod +x kubectl
curl -Lo kind https://github.com/kubernetes-sigs/kind/releases/download/0.2.1/kind-linux-amd64
curl -Lo kind https://github.com/kubernetes-sigs/kind/releases/download/v0.4.0/kind-linux-amd64
chmod +x kind
./kind create cluster