Skip to content

Commit 90404fc

Browse files
authored
Merge pull request #4263 from askulkarni2/chore/deprecate-kubernetes-release-url
Use dl.k8s.io instead of kubernetes-release bucket
2 parents 2a52905 + eea6b50 commit 90404fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/ensure-kubectl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ verify_kubectl_version() {
3333
mkdir -p "${GOPATH_BIN}"
3434
fi
3535
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"
36+
curl -sLo "${GOPATH_BIN}/kubectl" "https://dl.k8s.io/release/${MINIMUM_KUBECTL_VERSION}/bin/${GOOS}/${GOARCH}/kubectl"
3737
chmod +x "${GOPATH_BIN}/kubectl"
3838
else
3939
echo "Missing required binary in path: kubectl"

0 commit comments

Comments
 (0)