feat: Support upgrading cluster #87

Merged
jon_nfc merged 6 commits from 14-k3s-upgrades into development 2024-03-29 18:02:52 +00:00
7 changed files with 309 additions and 82 deletions
Showing only changes of commit 7ef739d063 - Show all commits

View File

@ -5,6 +5,8 @@
url: https://baltocdn.com/helm/signing.asc
dest: /usr/share/keyrings/helm.asc
mode: 740
delay: 10
retries: 3
- name: Add Helm Repository

View File

@ -297,6 +297,8 @@
- 304
dest: "/tmp/k3s.{{ cpu_arch.key }}"
mode: "744"
delay: 10
retries: 3
register: k3s_download_files
delegate_to: localhost
failed_when: >
@ -371,6 +373,8 @@
dest: "{{ item.dest }}"
mode: "744"
changed_when: false
delay: 10
retries: 3
register: k3s_download_script
delegate_to: localhost
run_once: true