Skip to content

Commit 196ab74

Browse files
committed
use dl.k8s.io for kubectl binary releases
1 parent 9fcc453 commit 196ab74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/scripts/install_deps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ with_kubernetes() {
9999
kind version
100100
which kind
101101

102-
retry 5 curl -sSLo "${WORKSPACE}/bin/kubectl" "https://storage.googleapis.com/kubernetes-release/release/${K8S_VERSION}/bin/${platform_type_lowercase}/${arch_type}/kubectl"
102+
retry 5 curl -sSLo "${WORKSPACE}/bin/kubectl" "https://dl.k8s.io/release/${K8S_VERSION}/bin/${platform_type_lowercase}/${arch_type}/kubectl"
103103
chmod +x "${WORKSPACE}/bin/kubectl"
104104
kubectl version --client
105105
which kubectl

0 commit comments

Comments
 (0)