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 0a3dd5c + 3e56fed commit e35f1caCopy full SHA for e35f1ca
hack/ensure-kubectl.sh
@@ -31,7 +31,7 @@ verify_kubectl_version() {
31
mkdir -p "${GOPATH_BIN}"
32
fi
33
echo 'kubectl not found, installing'
34
- curl -sLo "${GOPATH_BIN}/kubectl" https://storage.googleapis.com/kubernetes-release/release/${MINIMUM_KUBECTL_VERSION}/bin/linux/amd64/kubectl
+ curl -sLo "${GOPATH_BIN}/kubectl" https://dl.k8s.io/release/${MINIMUM_KUBECTL_VERSION}/bin/linux/amd64/kubectl
35
chmod +x "${GOPATH_BIN}/kubectl"
36
else
37
echo "Missing required binary in path: kubectl"
0 commit comments