1
0
Fork 0
mirror of https://github.com/prometheus-operator/prometheus-operator.git synced 2025-04-20 19:29:10 +00:00

test/scripts: Upgrade to latest minikube and Kubernetes 1.9

This commit is contained in:
Frederic Branczyk 2018-03-09 13:33:10 +01:00
parent fa5ba8e67a
commit 7e0a75e7aa
No known key found for this signature in database
GPG key ID: 7741A52782A90069

View file

@ -8,8 +8,8 @@ set -u
# print each command before executing it
set -x
export MINIKUBE_VERSION=v0.24.1
export KUBERNETES_VERSION=v1.8.0
export MINIKUBE_VERSION=v0.25.0
export KUBERNETES_VERSION=v1.9.0
curl -Lo kubectl https://storage.googleapis.com/kubernetes-release/release/$KUBERNETES_VERSION/bin/linux/amd64/kubectl && \
chmod +x kubectl && \