From 6af4deb077a420df5615f4adf78b43c2cbbf8fcb Mon Sep 17 00:00:00 2001 From: Sreejith Punnapuzha Date: Wed, 15 Sep 2021 13:03:29 -0500 Subject: [PATCH] Uplift kind version in gates This commit uplift kind version from v0.8.1 to v0.11.1 for gate scripts Signed-off-by: Sreejith Punnapuzha Change-Id: I695fe95a606b9b2230b059c5ba1af87e32ffcfad --- tools/deployment/00_install_prerequsite.sh | 2 +- tools/deployment/10_create_hostconfig_cluster.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/deployment/00_install_prerequsite.sh b/tools/deployment/00_install_prerequsite.sh index 1e8e644..3b4b7bf 100755 --- a/tools/deployment/00_install_prerequsite.sh +++ b/tools/deployment/00_install_prerequsite.sh @@ -15,7 +15,7 @@ # This downloads kind, puts it in a temp directory, and prints the directory set -xe -export KIND_VERSION=${KIND_VERSION:="v0.8.1"} +export KIND_VERSION=${KIND_VERSION:="v0.11.1"} export KIND_URL=${KIND_URL:="https://kind.sigs.k8s.io/dl/$KIND_VERSION/kind-$(uname)-amd64"} export KUBE_VERSION=${KUBE_VERSION:="v1.18.6"} export KUBE_URL=${KUBE_URL:="https://storage.googleapis.com"} diff --git a/tools/deployment/10_create_hostconfig_cluster.sh b/tools/deployment/10_create_hostconfig_cluster.sh index 7e88dd1..b6acca0 100755 --- a/tools/deployment/10_create_hostconfig_cluster.sh +++ b/tools/deployment/10_create_hostconfig_cluster.sh @@ -21,7 +21,7 @@ REMOTE_WORK_DIR=/tmp echo "Create Kind Cluster" cat < ${REMOTE_WORK_DIR}/kind-hostconfig.yaml kind: Cluster -apiVersion: kind.sigs.k8s.io/v1alpha3 +apiVersion: kind.x-k8s.io/v1alpha4 nodes: - role: control-plane - role: control-plane