Skip to content

Commit

Permalink
Merge pull request #2063 from askulkarni2/chore/deprecate-kubernetes-…
Browse files Browse the repository at this point in the history
…release-url

Use dl.k8s.io instead of kubernetes-release bucket
  • Loading branch information
k8s-ci-robot authored May 11, 2023
2 parents 76efe2d + 723b0fa commit 5f31736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ function setup_kind() {
}

function setup_kubectl() {
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 \
curl -sLo kubectl https://dl.k8s.io/release/"$(curl -sL https://dl.k8s.io/release/stable.txt)"/bin/"${OS}"/"${ARCH}"/kubectl \
&& chmod +x kubectl \
&& ${SUDO} mv kubectl /usr/local/bin/
}
Expand Down

0 comments on commit 5f31736

Please sign in to comment.