Skip to content

Commit

Permalink
Switch to official kind images (#4527)
Browse files Browse the repository at this point in the history
  • Loading branch information
aledbf authored Sep 3, 2019
1 parent 7045048 commit 48c89cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/e2e/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export TAG=dev
export ARCH=amd64
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"

Expand All @@ -43,7 +43,7 @@ kind create cluster \
--loglevel=${KIND_LOG_LEVEL} \
--name ${KIND_CLUSTER_NAME} \
--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}")"

Expand Down

0 comments on commit 48c89cb

Please sign in to comment.