You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!-- leave this shortcode in place until the note about EvenPodsSpread is
9
-
obsolete -->
10
7
11
8
<!-- overview -->
12
9
13
10
You can use _topology spread constraints_ to control how {{< glossary_tooltip text="Pods" term_id="Pod" >}} are spread across your cluster among failure-domains such as regions, zones, nodes, and other user-defined topology domains. This can help to achieve high availability as well as efficient resource utilization.
14
11
15
-
{{< note >}}
16
-
In versions of Kubernetes before v1.18, you must enable the `EvenPodsSpread`
17
-
[feature gate](/docs/reference/command-line-tools-reference/feature-gates/) on
18
-
the [API server](/docs/concepts/overview/components/#kube-apiserver) and the
19
-
[scheduler](/docs/reference/command-line-tools-reference/kube-scheduler/) in order to use Pod
20
-
topology spread constraints.
21
-
{{< /note >}}
22
12
23
13
<!-- body -->
24
14
@@ -321,21 +311,17 @@ profiles:
321
311
```
322
312
323
313
{{< note >}}
324
-
The score produced by default scheduling constraints might conflict with the
0 commit comments