We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0af22b1 commit 0bdb651Copy full SHA for 0bdb651
scripts/kube-init.sh
@@ -60,7 +60,7 @@ sudo chmod +x kubectl
60
sudo mv kubectl /usr/local/bin/
61
62
echo "Download minikube from minikube project"
63
-wget -O minikube "https://storage.googleapis.com/minikube/releases/v0.30.0/minikube-linux-amd64"
+wget -O minikube "https://storage.googleapis.com/minikube/releases/latest/minikube-linux-amd64"
64
sudo chmod +x minikube
65
sudo mv minikube /usr/local/bin/
66
0 commit comments