There was an error while loading. Please reload this page.
1 parent c93960c commit 9fdad06Copy full SHA for 9fdad06
1 file changed
kind.sh
@@ -216,7 +216,7 @@ install_kubectl() {
216
217
mkdir -p "${kubectl_dir}"
218
219
- 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"
220
chmod +x "${kubectl_dir}/kubectl"
221
}
222
0 commit comments