Skip to content

Commit

Permalink
Merge pull request #477 from flatcar/tormath1/k8s-links
Browse files Browse the repository at this point in the history
kubeadm: update download links
  • Loading branch information
tormath1 authored Nov 6, 2023
2 parents 1276c73 + 4f43cd6 commit 54f2aef
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 54f2aef

Please sign in to comment.