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:
parent
fa5ba8e67a
commit
7e0a75e7aa
1 changed files with 2 additions and 2 deletions
|
@ -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 && \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue