Skip to content

Commit 641a606

Browse files
authored
changed the kubernetestool url (#10295)
1 parent bbe9c90 commit 641a606

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/util/create-kubernetes-binaries-iso.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ echo "Downloading Kubernetes tools ${RELEASE}..."
5353
k8s_dir="${working_dir}/k8s"
5454
mkdir -p "${k8s_dir}"
5555
cd "${k8s_dir}"
56-
curl -L --remote-name-all https://storage.googleapis.com/kubernetes-release/release/${RELEASE}/bin/linux/amd64/{kubeadm,kubelet,kubectl}
56+
curl -L --remote-name-all https://dl.k8s.io/release/${RELEASE}/bin/linux/amd64/{kubeadm,kubelet,kubectl}
5757
kubeadm_file_permissions=`stat --format '%a' kubeadm`
5858
chmod +x kubeadm
5959

0 commit comments

Comments
 (0)