We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5509bb8 + bb6a9ee commit aa84158Copy full SHA for aa84158
scripts/kube-init.sh
@@ -71,7 +71,7 @@ echo "Checking docker service"
71
sudo docker ps
72
73
echo "Download Kubernetes CLI"
74
-wget -q -O kubectl "http://storage.googleapis.com/kubernetes-release/release/${K8S_VERSION}/bin/linux/amd64/kubectl"
+wget -q -O kubectl "http://dl.k8s.io/release/${K8S_VERSION}/bin/linux/amd64/kubectl"
75
sudo chmod +x kubectl
76
sudo mv kubectl /usr/local/bin/
77
0 commit comments