Skip to content

Commit

Permalink
fix: Use new mirror for downloading kubectl
Browse files Browse the repository at this point in the history
  • Loading branch information
jriedel-ionos committed Nov 12, 2024
1 parent c93960c commit 05695ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kind.sh
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ install_kubectl() {

mkdir -p "${kubectl_dir}"

curl -sSLo "${kubectl_dir}/kubectl" "https://storage.googleapis.com/kubernetes-release/release/${kubectl_version}/bin/linux/${arch}/kubectl"
curl -sSLo "${kubectl_dir}/kubectl" "https://dl.k8s.io/release/${kubectl_version}/bin/linux/${arch}/kubectl"
chmod +x "${kubectl_dir}/kubectl"
}

Expand Down

0 comments on commit 05695ca

Please sign in to comment.