Skip to content

Commit 205e19e

Browse files
committed
Use dl.k8s.io instead of hardcoded GCS URIs
1 parent 76efe2d commit 205e19e

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 -s 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)