Switch to official kind images (#4527)

This commit is contained in:
Manuel Alejandro de Brito Fontes 2019-09-03 16:46:43 -04:00 committed by GitHub
parent 70450489ba
commit 48c89cbe3c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,7 +31,7 @@ export TAG=dev
export ARCH=amd64 export ARCH=amd64
export REGISTRY=ingress-controller export REGISTRY=ingress-controller
export K8S_VERSION=${K8S_VERSION:-v1.14.1} export K8S_VERSION=${K8S_VERSION:-v1.15.3}
KIND_CLUSTER_NAME="ingress-nginx-dev" KIND_CLUSTER_NAME="ingress-nginx-dev"
@ -43,7 +43,7 @@ kind create cluster \
--loglevel=${KIND_LOG_LEVEL} \ --loglevel=${KIND_LOG_LEVEL} \
--name ${KIND_CLUSTER_NAME} \ --name ${KIND_CLUSTER_NAME} \
--config ${DIR}/kind.yaml \ --config ${DIR}/kind.yaml \
--image "aledbf/kind-node:${K8S_VERSION}" --image "kindest/node:${K8S_VERSION}"
export KUBECONFIG="$(kind get kubeconfig-path --name="${KIND_CLUSTER_NAME}")" export KUBECONFIG="$(kind get kubeconfig-path --name="${KIND_CLUSTER_NAME}")"