fix: increate setup timeout
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
80aab7f0bb
commit
f348bbb996
@ -33,8 +33,8 @@
|
||||
-o go-template={% raw %}'{{ .status.availableReplicas }}'{% endraw %}
|
||||
register: __k3s_init_setup
|
||||
until: __k3s_init_setup.rc == 0 and __k3s_init_setup.stdout == "1"
|
||||
retries: 6
|
||||
delay: 10
|
||||
retries: 30
|
||||
delay: 8
|
||||
changed_when: False
|
||||
when: k3s_server | bool
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user