Skip to content

Commit 5f31736

Browse files
authored
Merge pull request #2063 from askulkarni2/chore/deprecate-kubernetes-release-url
Use dl.k8s.io instead of kubernetes-release bucket
2 parents 76efe2d + 723b0fa commit 5f31736

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ function setup_kind() {
5151
}
5252

5353
function setup_kubectl() {
54-
curl -sLo kubectl https://storage.googleapis.com/kubernetes-release/release/"$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)"/bin/"${OS}"/"${ARCH}"/kubectl \
54+
curl -sLo kubectl https://dl.k8s.io/release/"$(curl -sL https://dl.k8s.io/release/stable.txt)"/bin/"${OS}"/"${ARCH}"/kubectl \
5555
&& chmod +x kubectl \
5656
&& ${SUDO} mv kubectl /usr/local/bin/
5757
}

0 commit comments

Comments
 (0)