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