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.
1 parent 9fcc453 commit 196ab74Copy full SHA for 196ab74
.buildkite/scripts/install_deps.sh
@@ -99,7 +99,7 @@ with_kubernetes() {
99
kind version
100
which kind
101
102
- retry 5 curl -sSLo "${WORKSPACE}/bin/kubectl" "https://storage.googleapis.com/kubernetes-release/release/${K8S_VERSION}/bin/${platform_type_lowercase}/${arch_type}/kubectl"
+ retry 5 curl -sSLo "${WORKSPACE}/bin/kubectl" "https://dl.k8s.io/release/${K8S_VERSION}/bin/${platform_type_lowercase}/${arch_type}/kubectl"
103
chmod +x "${WORKSPACE}/bin/kubectl"
104
kubectl version --client
105
which kubectl
0 commit comments