From 8affebb680c6c286198ab12a91135875e1166b15 Mon Sep 17 00:00:00 2001 From: Shuting Zhao Date: Mon, 5 Apr 2021 13:58:51 -0700 Subject: [PATCH] bump kind to 0.10.0, k8s 1.20.2 Signed-off-by: Shuting Zhao --- scripts/create-e2e-infrastruture.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/create-e2e-infrastruture.sh b/scripts/create-e2e-infrastruture.sh index b4424743d6..f4eabd2f0e 100755 --- a/scripts/create-e2e-infrastruture.sh +++ b/scripts/create-e2e-infrastruture.sh @@ -6,7 +6,7 @@ pwd=$(pwd) hash=$(git describe --always --tags) # ## Install Kind -curl -Lo $pwd/kind https://kind.sigs.k8s.io/dl/v0.8.1/kind-linux-amd64 +curl -Lo $pwd/kind https://kind.sigs.k8s.io/dl/v0.10.0/kind-linux-amd64 chmod a+x $pwd/kind ## Create Kind Cluster