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 <Sreejith.Punnapuzha@outlook.com> Change-Id: I695fe95a606b9b2230b059c5ba1af87e32ffcfad
This commit is contained in:
parent
c1a7ba3a11
commit
6af4deb077
@ -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"}
|
||||
|
@ -21,7 +21,7 @@ REMOTE_WORK_DIR=/tmp
|
||||
echo "Create Kind Cluster"
|
||||
cat <<EOF > ${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
|
||||
|
Loading…
Reference in New Issue
Block a user