Thanks to visit codestin.com Credit goes to github.com
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.
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