From 65dfa71b26c0e01a433e811ffa49adffa73e433c Mon Sep 17 00:00:00 2001 From: Ruslan Aliev Date: Fri, 5 Nov 2021 01:39:52 +0000 Subject: [PATCH] Update kind to 1.21.1 k8s version Change-Id: I4681b461cdf64d6be397a2e9de68096b5bf2f746 Signed-off-by: Ruslan Aliev --- tools/deployment/provider_common/01_install_kind.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/deployment/provider_common/01_install_kind.sh b/tools/deployment/provider_common/01_install_kind.sh index 0d9532220..436b5173a 100755 --- a/tools/deployment/provider_common/01_install_kind.sh +++ b/tools/deployment/provider_common/01_install_kind.sh @@ -11,9 +11,9 @@ # See the License for the specific language governing permissions and # limitations under the License. -: ${KIND_VERSION:="v0.9.0"} +: ${KIND_VERSION:="v0.11.1"} export KIND_URL="https://kind.sigs.k8s.io/dl/${KIND_VERSION}/kind-$(uname)-amd64" TMP=$(KIND_URL=${KIND_URL} tools/deployment/kind/get_kind.sh) export KIND=${TMP}/kind sudo cp ${KIND} /usr/local/bin/ -${KIND} version \ No newline at end of file +${KIND} version