Skip to content

Commit

Permalink
kubeadm: update download links
Browse files Browse the repository at this point in the history
`storage.googleapis` was initially used, then `dl.k8s.io` was a redirect
to `storage.googleapis`.
Now `dl.k8s.io` redirects to `cdn.dl.k8s.io` - let's use this link.

Signed-off-by: Mathieu Tortuyaux <[email protected]>
  • Loading branch information
tormath1 committed Nov 6, 2023
1 parent 1276c73 commit 4f43cd6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions kola/tests/kubeadm/templates.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ storage:
mode: 0755
contents:
remote:
url: https://storage.googleapis.com/kubernetes-release/release/{{ .Release }}/bin/linux/{{ .Arch }}/kubeadm
url: https://dl.k8s.io/release/{{ .Release }}/bin/linux/{{ .Arch }}/kubeadm
verification:
hash:
function: sha512
Expand All @@ -99,7 +99,7 @@ storage:
mode: 0755
contents:
remote:
url: https://storage.googleapis.com/kubernetes-release/release/{{ .Release }}/bin/linux/{{ .Arch }}/kubelet
url: https://dl.k8s.io/release/{{ .Release }}/bin/linux/{{ .Arch }}/kubelet
verification:
hash:
function: sha512
Expand Down Expand Up @@ -191,7 +191,7 @@ storage:
mode: 0755
contents:
remote:
url: https://storage.googleapis.com/kubernetes-release/release/{{ .Release }}/bin/linux/{{ .Arch }}/kubeadm
url: https://dl.k8s.io/release/{{ .Release }}/bin/linux/{{ .Arch }}/kubeadm
verification:
hash:
function: sha512
Expand All @@ -201,7 +201,7 @@ storage:
mode: 0755
contents:
remote:
url: https://storage.googleapis.com/kubernetes-release/release/{{ .Release }}/bin/linux/{{ .Arch }}/kubelet
url: https://dl.k8s.io/release/{{ .Release }}/bin/linux/{{ .Arch }}/kubelet
verification:
hash:
function: sha512
Expand All @@ -211,7 +211,7 @@ storage:
mode: 0755
contents:
remote:
url: https://storage.googleapis.com/kubernetes-release/release/{{ .Release }}/bin/linux/{{ .Arch }}/kubectl
url: https://dl.k8s.io/release/{{ .Release }}/bin/linux/{{ .Arch }}/kubectl
verification:
hash:
function: sha512
Expand Down
6 changes: 3 additions & 3 deletions kola/tests/kubeadm/testdata/master-cilium-amd64-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ storage:
mode: 0755
contents:
remote:
url: https://storage.googleapis.com/kubernetes-release/release/v1.21.0/bin/linux/amd64/kubeadm
url: https://dl.k8s.io/release/v1.21.0/bin/linux/amd64/kubeadm
verification:
hash:
function: sha512
Expand All @@ -71,7 +71,7 @@ storage:
mode: 0755
contents:
remote:
url: https://storage.googleapis.com/kubernetes-release/release/v1.21.0/bin/linux/amd64/kubelet
url: https://dl.k8s.io/release/v1.21.0/bin/linux/amd64/kubelet
verification:
hash:
function: sha512
Expand All @@ -81,7 +81,7 @@ storage:
mode: 0755
contents:
remote:
url: https://storage.googleapis.com/kubernetes-release/release/v1.21.0/bin/linux/amd64/kubectl
url: https://dl.k8s.io/release/v1.21.0/bin/linux/amd64/kubectl
verification:
hash:
function: sha512
Expand Down
6 changes: 3 additions & 3 deletions kola/tests/kubeadm/testdata/master-cilium-arm64-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ storage:
mode: 0755
contents:
remote:
url: https://storage.googleapis.com/kubernetes-release/release/v1.21.0/bin/linux/arm64/kubeadm
url: https://dl.k8s.io/release/v1.21.0/bin/linux/arm64/kubeadm
verification:
hash:
function: sha512
Expand All @@ -71,7 +71,7 @@ storage:
mode: 0755
contents:
remote:
url: https://storage.googleapis.com/kubernetes-release/release/v1.21.0/bin/linux/arm64/kubelet
url: https://dl.k8s.io/release/v1.21.0/bin/linux/arm64/kubelet
verification:
hash:
function: sha512
Expand All @@ -81,7 +81,7 @@ storage:
mode: 0755
contents:
remote:
url: https://storage.googleapis.com/kubernetes-release/release/v1.21.0/bin/linux/arm64/kubectl
url: https://dl.k8s.io/release/v1.21.0/bin/linux/arm64/kubectl
verification:
hash:
function: sha512
Expand Down

0 comments on commit 4f43cd6

Please sign in to comment.