1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #30774 from aaronlehmann/swarm-leave-docs-fix

Fix grammatical error in swarm_leave.md
(cherry picked from commit 9e80a2a457)

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2017-02-06 21:33:12 -08:00 committed by Sebastiaan van Stijn
parent f28a1d3c23
commit 0a506d9429
No known key found for this signature in database
GPG key ID: 76698F39D527CE8C

View file

@ -27,7 +27,7 @@ Options:
When you run this command on a worker, that worker leaves the swarm.
You can use the `--force` option to on a manager to remove it from the swarm.
You can use the `--force` option on a manager to remove it from the swarm.
However, this does not reconfigure the swarm to ensure that there are enough
managers to maintain a quorum in the swarm. The safe way to remove a manager
from a swarm is to demote it to a worker and then direct it to leave the quorum