File tree 1 file changed +11
-0
lines changed 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -262,3 +262,14 @@ The `--force-new-cluster` flag puts the Docker Engine into swarm mode as a
262
262
manager node of a single-node swarm. It discards swarm membership information
263
263
that existed before the loss of the quorum but it retains data necessary to the
264
264
Swarm such as services, tasks and the list of worker nodes.
265
+
266
+ ### Joining a previously failed node
267
+
268
+ If a node becomes unavailable, it cannot communicate with the rest of the swarm
269
+ and its workload is redistributed among the other nodes.
270
+ If access to that node is restored, it will join the swarm automatically, but it
271
+ will join with no workload because the containers it was assigned have been
272
+ reassigned. The node will only receive new workloads when the swarm is rebalanced.
273
+ To force the swarm to be rebalanced, you can
274
+ [ update] ( ../reference/commandline/service_update/ ) or
275
+ [ scale] ( ../reference/commandline/service_scale/ ) the service.
You can’t perform that action at this time.
0 commit comments