Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
use dl.k8s.io for kubectl binary releases
  • Loading branch information
mauri870 committed Mar 31, 2025
commit 196ab74a9ef22268d387185abe07c7538f8b16a6
2 changes: 1 addition & 1 deletion .buildkite/scripts/install_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ with_kubernetes() {
kind version
which kind

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"
chmod +x "${WORKSPACE}/bin/kubectl"
kubectl version --client
which kubectl
Expand Down