Skip to content

Commit b356cda

Browse files
authored
Merge pull request #32651 from miteshskj/pod-topology-review
Remove stale note about EvenPodsSpread
2 parents 7523b0f + f0e4a10 commit b356cda

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

content/en/docs/concepts/workloads/pods/pod-topology-spread-constraints.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,6 @@ obsolete -->
1212

1313
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.
1414

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-
2315
<!-- body -->
2416

2517
## Prerequisites

0 commit comments

Comments
 (0)