Merge "Upgrade default kind version in get_kind.sh"

This commit is contained in:
Zuul 2021-12-04 00:37:08 +00:00 committed by Gerrit Code Review
commit bc704b736d
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
# This downloads kind, puts it in a temp directory, and prints the directory
set -e
: ${KIND_URL:="https://kind.sigs.k8s.io/dl/v0.10.0/kind-$(uname)-amd64"}
: ${KIND_URL:="https://kind.sigs.k8s.io/dl/v0.11.1/kind-$(uname)-amd64"}
TMP=$(mktemp -d)
KIND="${TMP}/kind"