Skip to content

Commit

Permalink
use minikube 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
roycaihw committed Aug 8, 2019
1 parent 1d51d5a commit d300fd7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/kube-init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ sudo chmod +x kubectl
sudo mv kubectl /usr/local/bin/

echo "Download minikube from minikube project"
wget -O minikube "https://storage.googleapis.com/minikube/releases/latest/minikube-linux-amd64"
# 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"
sudo chmod +x minikube
sudo mv minikube /usr/local/bin/

Expand Down

0 comments on commit d300fd7

Please sign in to comment.