mirror of
https://github.com/docker/cli.git
synced 2026-01-18 08:21:31 +03: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>
Upstream-commit: e6889bf41b
Component: cli
This commit is contained in:
committed by
Tibor Vass
parent
7fdb8e3901
commit
5842bb356f
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user