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 76efe2d + 723b0fa commit 5f31736Copy full SHA for 5f31736
tests/e2e.sh
@@ -51,7 +51,7 @@ function setup_kind() {
51
}
52
53
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 \
+ curl -sLo kubectl https://dl.k8s.io/release/"$(curl -sL https://dl.k8s.io/release/stable.txt)"/bin/"${OS}"/"${ARCH}"/kubectl \
55
&& chmod +x kubectl \
56
&& ${SUDO} mv kubectl /usr/local/bin/
57
0 commit comments