mirror of https://github.com/docker/docs.git
remove duplicate word (#5091)
This commit is contained in:
parent
88afec56d2
commit
eccd6be00a
|
@ -493,7 +493,7 @@ placement of services on different nodes.
|
||||||
- [Placement preferences](#placement-preferences) let you apply an arbitrary
|
- [Placement preferences](#placement-preferences) let you apply an arbitrary
|
||||||
label with a range of values to each node, and spread your service's tasks
|
label with a range of values to each node, and spread your service's tasks
|
||||||
across those nodes using an algorithm. Currently, the only supported algorithm
|
across those nodes using an algorithm. Currently, the only supported algorithm
|
||||||
is `spread`, which which tries to place them evenly. For instance, if you
|
is `spread`, which tries to place them evenly. For instance, if you
|
||||||
label each node with a label `rack` which has a value from 1-10, then specify
|
label each node with a label `rack` which has a value from 1-10, then specify
|
||||||
a placement preference keyed on `rack`, then service tasks are placed as
|
a placement preference keyed on `rack`, then service tasks are placed as
|
||||||
evenly as possible across all nodes with the label `rack`, after taking other
|
evenly as possible across all nodes with the label `rack`, after taking other
|
||||||
|
|
Loading…
Reference in New Issue