mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Fix grammatical error in swarm_leave.md
Correct this sentence so it reads correctly. "to on a manager" should be "on a manager". Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com>
This commit is contained in:
parent
41864ca0ec
commit
248b1c23d3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue