Skip to content

Commit bd64e31

Browse files
committed
Correct version numbers related to the EvenPodsSpread feature gate
1 parent 906cd26 commit bd64e31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ obsolete -->
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

1515
{{< note >}}
16-
In versions of Kubernetes before v1.19, you must enable the `EvenPodsSpread`
16+
In versions of Kubernetes before v1.18, you must enable the `EvenPodsSpread`
1717
[feature gate](/docs/reference/command-line-tools-reference/feature-gates/) on
1818
the [API server](/docs/concepts/overview/components/#kube-apiserver) and the
1919
[scheduler](/docs/reference/generated/kube-scheduler/) in order to use Pod

0 commit comments

Comments
 (0)