Update e2e

This change contains following:
 - update kind version to 0.8.1
 - update setup script due to update
 - add teardown script
 - update README
This commit is contained in:
Tomofumi Hayashi
2020-09-04 02:07:59 +09:00
parent 2dab3225de
commit 17b24d5fd5
7 changed files with 55 additions and 21 deletions

View File

@@ -5,7 +5,7 @@ if [ ! -d bin ]; then
mkdir bin
fi
curl -Lo ./bin/kind "https://github.com/kubernetes-sigs/kind/releases/download/v0.7.0/kind-$(uname)-amd64"
curl -Lo ./bin/kind "https://github.com/kubernetes-sigs/kind/releases/download/v0.8.1/kind-$(uname)-amd64"
chmod +x ./bin/kind
curl -Lo ./bin/kubectl https://storage.googleapis.com/kubernetes-release/release/`curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt`/bin/linux/amd64/kubectl
chmod +x ./bin/kubectl