From 4d315c44e606dec6626817ae593adda19eb35a7c Mon Sep 17 00:00:00 2001 From: Ryan Phillips <rphillips@redhat.com> Date: Thu, 18 Jul 2019 16:20:02 -0500 Subject: [PATCH] bump kind to 0.4.0 --- tests/e2e/travis-e2e.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/travis-e2e.sh b/tests/e2e/travis-e2e.sh index 1787d13f..aa32d668 100755 --- a/tests/e2e/travis-e2e.sh +++ b/tests/e2e/travis-e2e.sh @@ -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 -- GitLab