Skip to content
Snippets Groups Projects
Commit 8b36950f authored by Lili Cosic's avatar Lili Cosic
Browse files

tests/e2e/travis-e2e.sh: Switch to 1.17 k8s cluster

parent 93274517
No related branches found
No related tags found
No related merge requests found
......@@ -10,10 +10,10 @@ set -x
curl -LO https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl
chmod +x kubectl
curl -Lo kind https://github.com/kubernetes-sigs/kind/releases/download/v0.4.0/kind-linux-amd64
curl -Lo kind https://github.com/kubernetes-sigs/kind/releases/download/v0.6.1/kind-linux-amd64
chmod +x kind
./kind create cluster
./kind create cluster --image=kindest/node:v1.17.0
export KUBECONFIG="$(./kind get kubeconfig-path)"
# create namespace, permissions, and CRDs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment