Skip to content
Snippets Groups Projects
Unverified Commit a4fa9aed authored by Ricky Sadowski's avatar Ricky Sadowski Committed by GitHub
Browse files

fix: use dl.k8s.io, not kubernetes-release bucket (#10118)

parent 659001c9
No related branches found
No related tags found
No related merge requests found
......@@ -169,7 +169,8 @@ function _get_checksum {
readonly github_releases_url="$github_url/%s/releases/download/$version/%s"
readonly github_archive_url="$github_url/%s/archive/%s"
readonly google_url="https://storage.googleapis.com"
readonly k8s_url="$google_url/kubernetes-release/release/$version/bin/$os/$arch/%s"
readonly release_url="https://dl.k8s.io"
readonly k8s_url="$release_url/release/$version/bin/$os/$arch/%s"
# Download URLs
declare -A urls=(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment