Improve feedback;Housekeeping;Downgrade K3s version
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Danny Bessems 2022-11-29 13:02:06 +01:00
parent b890a03760
commit 433a231487
3 changed files with 5 additions and 3 deletions

View File

@ -7,6 +7,6 @@
loop_control:
label: "{{ item | basename }}"
# Probably should add a task before that ensures K3s node is fully initialized before starting imports; currently K3s goes away briefly during this loop
retries: 3
retries: 5
delay: 10
until: import_result is not failed

View File

@ -25,7 +25,7 @@
line: 'PasswordAuthentication yes'
state: absent
loop_control:
label: "{{ '[' + item.line + '] ' + item.state }}"
label: "{{ '[' + item.regex + '] ' + item.state }}"
- name: Create dedicated SSH keypair
community.crypto.openssh_keypair:

View File

@ -1,7 +1,9 @@
platform:
k3s:
version: v1.25.4+k3s1
# version: v1.25.4+k3s1
# max supported version by Longhorn is <v1.25.0
version: v1.24.8+k3s1
gitops:
repository: