Skip to content

Commit

Permalink
Merge pull request kubernetes-client#929 from micw523/patch-7
Browse files Browse the repository at this point in the history
Restore latest release of minikube
  • Loading branch information
k8s-ci-robot authored Aug 13, 2019
2 parents 9dbbc69 + ab8b903 commit 40a0398
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/kube-init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,7 @@ sudo chmod +x kubectl
sudo mv kubectl /usr/local/bin/

echo "Download minikube from minikube project"
# Temporary pin minikube to 1.2.0 due to regression in 1.3.0 (https://github.com/kubernetes/minikube/issues/5014)
wget -O minikube "https://storage.googleapis.com/minikube/releases/v1.2.0/minikube-linux-amd64"
wget -O minikube "https://storage.googleapis.com/minikube/releases/latest/minikube-linux-amd64"
sudo chmod +x minikube
sudo mv minikube /usr/local/bin/

Expand Down

0 comments on commit 40a0398

Please sign in to comment.