Skip to content

Commit 9fdad06

Browse files
fix: Use new mirror for downloading kubectl (#127)
1 parent c93960c commit 9fdad06

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kind.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ install_kubectl() {
216216

217217
mkdir -p "${kubectl_dir}"
218218

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

0 commit comments

Comments
 (0)