mirror of
https://github.com/PyratLabs/ansible-role-k3s.git
synced 2024-11-21 11:37:38 +01:00
fix(post-check): shorten node check delay to 5 seconds
This commit is contained in:
parent
1d29570fc9
commit
e9ddc8738a
@ -12,7 +12,7 @@
|
||||
- kubectl_get_nodes_result.rc == 0
|
||||
- kubectl_get_nodes_result.stdout.find("NotReady") == -1
|
||||
retries: 30
|
||||
delay: 20
|
||||
delay: 5
|
||||
when:
|
||||
- k3s_control_node
|
||||
- ("flannel-backend" not in k3s_runtime_config
|
||||
|
Loading…
Reference in New Issue
Block a user