mirror of
https://github.com/docker/docs.git
synced 2026-04-12 06:19:22 +07:00
Allow more retries for node validation.
Signed-off-by: Dong Chen <dongluo.chen@docker.com>
This commit is contained in:
@@ -110,7 +110,7 @@ function swarm_manage() {
|
||||
discovery_check_swarm_info "${#HOSTS[@]}" "${SWARM_HOSTS[$i]}"
|
||||
|
||||
# All nodes passes pending state
|
||||
retry 5 1 nodes_validated
|
||||
retry 15 1 nodes_validated
|
||||
}
|
||||
|
||||
# Start the swarm manager in background.
|
||||
|
||||
Reference in New Issue
Block a user