diff --git a/cluster/kind/install_kind.sh b/cluster/kind/install_kind.sh index 7950627..79aa5d0 100755 --- a/cluster/kind/install_kind.sh +++ b/cluster/kind/install_kind.sh @@ -1,6 +1,6 @@ #!/bin/sh -go install sigs.k8s.io/kind@v0.15.0 +go install sigs.k8s.io/kind@v0.22.0 mkdir -p /var/tmp/kind_storage chmod 777 /var/tmp/kind_storage diff --git a/cluster/kind/kind_with_registry.sh b/cluster/kind/kind_with_registry.sh index 041f501..726da7c 100755 --- a/cluster/kind/kind_with_registry.sh +++ b/cluster/kind/kind_with_registry.sh @@ -4,7 +4,7 @@ echo "Running $0" set -o errexit [ -z "${REMOTE_DOCKER_HOST}" ] || . ./cluster/kind/setup_remote_docker_kind.sh -go install sigs.k8s.io/kind@v0.15.0 +go install sigs.k8s.io/kind@v0.22.0 [ "$(type -P kind)" ] || ( echo "kind is not in PATH" ; exit 2 )