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 2a52905 + eea6b50 commit 90404fcCopy full SHA for 90404fc
hack/ensure-kubectl.sh
@@ -33,7 +33,7 @@ verify_kubectl_version() {
33
mkdir -p "${GOPATH_BIN}"
34
fi
35
echo 'kubectl not found, installing'
36
- curl -sLo "${GOPATH_BIN}/kubectl" "https://storage.googleapis.com/kubernetes-release/release/${MINIMUM_KUBECTL_VERSION}/bin/${GOOS}/${GOARCH}/kubectl"
+ curl -sLo "${GOPATH_BIN}/kubectl" "https://dl.k8s.io/release/${MINIMUM_KUBECTL_VERSION}/bin/${GOOS}/${GOARCH}/kubectl"
37
chmod +x "${GOPATH_BIN}/kubectl"
38
else
39
echo "Missing required binary in path: kubectl"
0 commit comments