We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2f546b9 + 2b1b5a7 commit 4722e8fCopy full SHA for 4722e8f
scripts/kube-init.sh
@@ -54,7 +54,7 @@ docker --version
54
# installs per default
55
# See:
56
# https://github.com/kubernetes/minikube/blob/master/pkg/minikube/constants/constants.go
57
-K8S_VERSION=$(curl -sS https://storage.googleapis.com/kubernetes-release/release/stable.txt)
+K8S_VERSION=$(curl -sS https://dl.k8s.io/release/stable.txt)
58
echo "K8S_VERSION : ${K8S_VERSION}"
59
60
# You can pass variables to minikube using MINIKUBE_ARGS
0 commit comments