Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d915def

Browse files
Matt Bentleyjohndmulhausen
authored andcommitted
Move rebalcing to be a top level item (docker#753)
Signed-off-by: Matt Bentley <[email protected]>
1 parent fad37d7 commit d915def

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

engine/swarm/admin_guide.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ This article covers the following swarm administration tasks:
2222
* [Troubleshooting a manager node](#troubleshoot-a-manager-node)
2323
* [Forcefully removing a node](#force-remove-a-node)
2424
* [Recovering from disaster](#recover-from-disaster)
25+
* [Forcing the swarm to rebalance](#forcing-the-swarm-to-rebalance)
2526

2627
Refer to [How nodes work](how-swarm-mode-works/nodes.md)
2728
for a brief overview of Docker Swarm mode and the difference between manager and
@@ -255,7 +256,7 @@ manager node of a single-node swarm. It discards swarm membership information
255256
that existed before the loss of the quorum but it retains data necessary to the
256257
Swarm such as services, tasks and the list of worker nodes.
257258

258-
### Forcing the swarm to rebalance
259+
## Forcing the swarm to rebalance
259260

260261
Generally, you do not need to force the swarm to rebalance its tasks. When you
261262
add a new node to a swarm, or a node reconnects to the swarm after a
@@ -283,4 +284,4 @@ balance of your service across nodes.
283284

284285
See also
285286
[`docker service scale`](../reference/commandline/service_scale.md) and
286-
[`docker service ps`](../reference/commandline/service_ps.md).
287+
[`docker service ps`](../reference/commandline/service_ps.md).

0 commit comments

Comments
 (0)