Bump to kubernetes 1.19.0

This commit is contained in:
Lili Cosic
2020-09-09 17:47:34 +02:00
parent 911543d0ee
commit b8b92a002f
2 changed files with 4 additions and 4 deletions

View File

@@ -13,7 +13,7 @@ chmod +x kubectl
curl -Lo kind https://github.com/kubernetes-sigs/kind/releases/download/v0.7.0/kind-linux-amd64
chmod +x kind
./kind create cluster --image=kindest/node:v1.18.0
./kind create cluster --image=kindest/node:v1.19.0
# the default kube config location used by kind
export KUBECONFIG="${HOME}/.kube/config"