We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b66d96 commit b0aee13Copy full SHA for b0aee13
hack/ensure-kind.sh
@@ -19,7 +19,7 @@ set -o nounset
19
set -o pipefail
20
21
GOPATH_BIN="$(go env GOPATH)/bin/"
22
-MINIMUM_KIND_VERSION=v0.9.0
+MINIMUM_KIND_VERSION=v0.11.1
23
24
# Ensure the kind tool exists and is a viable version, or installs it
25
verify_kind_version() {
hack/ensure-kubectl.sh
-MINIMUM_KUBECTL_VERSION=v1.19.0
+MINIMUM_KUBECTL_VERSION=v1.21.1
# Ensure the kubectl tool exists and is a viable version, or installs it
verify_kubectl_version() {
0 commit comments