File tree Expand file tree Collapse file tree 4 files changed +1
-60
lines changed Expand file tree Collapse file tree 4 files changed +1
-60
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ set -o nounset
19
19
set -o pipefail
20
20
21
21
GOPATH_BIN=" $( go env GOPATH) /bin/"
22
- MINIMUM_KUBECTL_VERSION=v1.19.0
22
+ MINIMUM_KUBECTL_VERSION=v1.21.1
23
23
24
24
# Ensure the kubectl tool exists and is a viable version, or installs it
25
25
verify_kubectl_version () {
Original file line number Diff line number Diff line change @@ -27,8 +27,6 @@ cd "${REPO_ROOT}" || exit 1
27
27
28
28
# shellcheck source=../hack/ensure-go.sh
29
29
source " ${REPO_ROOT} /hack/ensure-go.sh"
30
- # shellcheck source=../hack/ensure-kind.sh
31
- source " ${REPO_ROOT} /hack/ensure-kind.sh"
32
30
# shellcheck source=../hack/ensure-kubectl.sh
33
31
source " ${REPO_ROOT} /hack/ensure-kubectl.sh"
34
32
Original file line number Diff line number Diff line change @@ -28,8 +28,6 @@ cd "${REPO_ROOT}" || exit 1
28
28
29
29
# shellcheck source=../hack/ensure-go.sh
30
30
source " ${REPO_ROOT} /hack/ensure-go.sh"
31
- # shellcheck source=../hack/ensure-kind.sh
32
- source " ${REPO_ROOT} /hack/ensure-kind.sh"
33
31
# shellcheck source=../hack/ensure-kubectl.sh
34
32
source " ${REPO_ROOT} /hack/ensure-kubectl.sh"
35
33
You can’t perform that action at this time.
0 commit comments