File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -252,7 +252,7 @@ function install-gci-mounter-tools {
252
252
mkdir -p " ${CONTAINERIZED_MOUNTER_HOME} "
253
253
chmod a+x " ${CONTAINERIZED_MOUNTER_HOME} "
254
254
mkdir -p " ${CONTAINERIZED_MOUNTER_HOME} /rootfs"
255
- download-or-bust " ${mounter_tar_sha} " " https://dl.k8s.io /gci-mounter/mounter.tar"
255
+ download-or-bust " ${mounter_tar_sha} " " https://storage.googleapis.com/kubernetes-release /gci-mounter/mounter.tar"
256
256
cp " ${KUBE_HOME} /kubernetes/server/bin/mounter" " ${CONTAINERIZED_MOUNTER_HOME} /mounter"
257
257
chmod a+x " ${CONTAINERIZED_MOUNTER_HOME} /mounter"
258
258
mv " ${KUBE_HOME} /mounter.tar" /tmp/mounter.tar
@@ -295,7 +295,7 @@ function install-node-problem-detector {
295
295
fi
296
296
297
297
echo " Downloading ${npd_tar} ."
298
- local -r npd_release_path=" ${NODE_PROBLEM_DETECTOR_RELEASE_PATH:- https:// dl.k8s.io } "
298
+ local -r npd_release_path=" ${NODE_PROBLEM_DETECTOR_RELEASE_PATH:- https:// storage.googleapis.com / kubernetes-release } "
299
299
download-or-bust " ${npd_hash} " " ${npd_release_path} /node-problem-detector/${npd_tar} "
300
300
local -r npd_dir=" ${KUBE_HOME} /node-problem-detector"
301
301
mkdir -p " ${npd_dir} "
You can’t perform that action at this time.
0 commit comments