File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ This article covers the following swarm administration tasks:
22
22
* [ Troubleshooting a manager node] ( #troubleshoot-a-manager-node )
23
23
* [ Forcefully removing a node] ( #force-remove-a-node )
24
24
* [ Recovering from disaster] ( #recover-from-disaster )
25
+ * [ Forcing the swarm to rebalance] ( #forcing-the-swarm-to-rebalance )
25
26
26
27
Refer to [ How nodes work] ( how-swarm-mode-works/nodes.md )
27
28
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
255
256
that existed before the loss of the quorum but it retains data necessary to the
256
257
Swarm such as services, tasks and the list of worker nodes.
257
258
258
- ### Forcing the swarm to rebalance
259
+ ## Forcing the swarm to rebalance
259
260
260
261
Generally, you do not need to force the swarm to rebalance its tasks. When you
261
262
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.
283
284
284
285
See also
285
286
[ ` 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 ) .
You can’t perform that action at this time.
0 commit comments