We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca4bfe5 commit bb6a9eeCopy full SHA for bb6a9ee
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