Skip to content

Commit

Permalink
bump kind to 0.10.0, k8s 1.20.2
Browse files Browse the repository at this point in the history
Signed-off-by: Shuting Zhao <shutting06@gmail.com>
  • Loading branch information
realshuting committed Apr 5, 2021
1 parent 4b8b8cb commit 8affebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/create-e2e-infrastruture.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8affebb

Please sign in to comment.