mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-13 21:34:40 +03:00
Merge pull request #2557 from chenhonggc/vault_health_check_delay
Maybe vault health check needs delay
This commit is contained in:
@@ -55,3 +55,4 @@
|
||||
register: vault_health_check
|
||||
until: vault_health_check|succeeded
|
||||
retries: 10
|
||||
delay: "{{ retry_stagger | random + 3 }}"
|
||||
|
||||
Reference in New Issue
Block a user