File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
content/en/docs/concepts/scheduling-eviction Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,6 @@ and you'd like the cluster to self-heal in the case that there is a problem.
45
45
46
46
Pod topology spread constraints offer you a declarative way to configure that.
47
47
48
-
49
48
## ` topologySpreadConstraints ` field
50
49
51
50
The Pod API includes a field, ` spec.topologySpreadConstraints ` . The usage of this field looks like
@@ -202,7 +201,6 @@ You can't make a reliable assumption about the meaning of a private label key
202
201
between different contexts.
203
202
{{< /note >}}
204
203
205
-
206
204
Suppose you have a 4-node cluster with the following labels :
207
205
208
206
` ` `
@@ -580,7 +578,8 @@ or more scattered.
580
578
581
579
` podAffinity`
582
580
: attracts Pods; you can try to pack any number of Pods into qualifying
583
- topology domain(s)
581
+ topology domain(s).
582
+
584
583
` podAntiAffinity`
585
584
: repels Pods. If you set this to `requiredDuringSchedulingIgnoredDuringExecution` mode then
586
585
only a single Pod can be scheduled into a single topology domain; if you choose
@@ -616,7 +615,6 @@ section of the enhancement proposal about Pod topology spread constraints.
616
615
Pod topology spread constraints and is also aware of the overall set of topology
617
616
domains.
618
617
619
-
620
618
# # {{% heading "whatsnext" %}}
621
619
622
620
- The blog article [Introducing PodTopologySpread](/blog/2020/05/introducing-podtopologyspread/)
You can’t perform that action at this time.
0 commit comments