Update kubernetes to version 1.27.2
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
bc6998794d
commit
bfa0928b50
3 changed files with 9 additions and 6 deletions
|
|
@ -39,7 +39,7 @@
|
|||
|
||||
- name: Retreive k3s binary for x86_64
|
||||
ansible.builtin.get_url:
|
||||
url: "https://github.com/rancher/k3s/releases/download/v{{ kubernetes_k3s_version }}%2Bk3s2/k3s"
|
||||
url: "https://github.com/rancher/k3s/releases/download/v{{ kubernetes_k3s_version | urlencode }}/k3s"
|
||||
dest: "/usr/local/bin/k3s"
|
||||
group: root
|
||||
owner: root
|
||||
|
|
@ -50,7 +50,7 @@
|
|||
|
||||
- name: Retreive k3s binary for arm64
|
||||
ansible.builtin.get_url:
|
||||
url: "https://github.com/rancher/k3s/releases/download/v{{ kubernetes_k3s_version }}%2Bk3s2/k3s-arm64"
|
||||
url: "https://github.com/rancher/k3s/releases/download/v{{ kubernetes_k3s_version | urlencode }}/k3s-arm64"
|
||||
dest: "/usr/local/bin/k3s"
|
||||
group: root
|
||||
owner: root
|
||||
|
|
@ -61,7 +61,7 @@
|
|||
|
||||
- name: Retreive k3s binary for armv6/armv7
|
||||
ansible.builtin.get_url:
|
||||
url: "https://github.com/rancher/k3s/releases/download/v{{ kubernetes_k3s_version }}%2Bk3s2/k3s-armhf"
|
||||
url: "https://github.com/rancher/k3s/releases/download/v{{ kubernetes_k3s_version | urlencode }}/k3s-armhf"
|
||||
dest: "/usr/local/bin/k3s"
|
||||
group: root
|
||||
owner: root
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue