Update documentation for swarm join `--delay` option.

Signed-off-by: Dong Chen <dongluo.chen@docker.com>
This commit is contained in:
Dong Chen 2015-12-14 17:21:15 -08:00
parent 2c029f9795
commit 13c2b60ca8
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ For details about libkv and a detailed technical overview of the supported backe
1. On each node, start the Swarm agent.
The node IP address doesn't have to be public as long as the swarm manager can access it.
The node IP address doesn't have to be public as long as the swarm manager can access it. In a large cluster, the nodes joining swarm may trigger request spikes to discovery. For example, a large number of nodes are added by a script, or recovered from a network partition. This may result in discovery failure. You can use `--delay` option to specify a delay limit. Swarm join will add a random delay less than this limit to reduce pressure to discovery.
**Etcd**: