Skip to content
Snippets Groups Projects
Commit 4d315c44 authored by Ryan Phillips's avatar Ryan Phillips
Browse files

bump kind to 0.4.0

parent 583fef10
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment