Skip to content

Commit

Permalink
Merge pull request kubernetes#119671 from xmudrii/dl-npd
Browse files Browse the repository at this point in the history
Avoid pulling node-problem-detector through CDN
  • Loading branch information
k8s-ci-robot committed Jul 30, 2023
2 parents cc2f7b3 + 294c7df commit e68629e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster/gce/gci/configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ function install-node-problem-detector {
fi

echo "Downloading ${npd_tar}."
local -r npd_release_path="${NODE_PROBLEM_DETECTOR_RELEASE_PATH:-https://dl.k8s.io}"
local -r npd_release_path="${NODE_PROBLEM_DETECTOR_RELEASE_PATH:-https://storage.googleapis.com/kubernetes-release}"
download-or-bust "${npd_hash}" "${npd_release_path}/node-problem-detector/${npd_tar}"
local -r npd_dir="${KUBE_HOME}/node-problem-detector"
mkdir -p "${npd_dir}"
Expand Down

0 comments on commit e68629e

Please sign in to comment.