From 47c8fdc65bbeef1a3e2aedafd23866cd29b00186 Mon Sep 17 00:00:00 2001 From: Ricky Sadowski Date: Mon, 22 May 2023 12:57:49 +0000 Subject: [PATCH] fix: use dl.k8s.io, not kubernetes-release bucket Signed-off-by: Ricky Sadowski --- scripts/download_hash.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/download_hash.sh b/scripts/download_hash.sh index 3bcd8a5f85d..fc2ff6752bb 100755 --- a/scripts/download_hash.sh +++ b/scripts/download_hash.sh @@ -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=(