Added "try" per #2204
This commit is contained in:
Jim Galasyn 2017-03-27 16:11:24 -07:00 committed by GitHub
parent c159f28cea
commit d8a53c0677
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ unstable on machine reboot.
If the whole swarm restarts and every manager node subsequently gets a new IP
address, there is no way for any node to contact an existing manager. Therefore
the swarm is hung while nodes to contact one another at their old IP addresses.
the swarm is hung while nodes try to contact one another at their old IP addresses.
Dynamic IP addresses are OK for worker nodes.