Skip to content

Commit 8db9dcd

Browse files
committed
update based on review
1 parent 01cfb51 commit 8db9dcd

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

content/en/docs/concepts/scheduling-eviction/topology-spread-constraints.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ spec:
6060
# Configure a topology spread constraint
6161
topologySpreadConstraints:
6262
- maxSkew: <integer>
63-
minDomains: <integer> # optional; GA since v1.30
63+
minDomains: <integer> # optional
6464
topologyKey: <string>
6565
whenUnsatisfiable: <string>
6666
labelSelector: <object>
@@ -96,14 +96,6 @@ your cluster. Those fields are:
9696
A domain is a particular instance of a topology. An eligible domain is a domain whose
9797
nodes match the node selector.
9898

99-
{{< note >}}
100-
The `MinDomainsInPodTopologySpread` [feature gate](/docs/reference/command-line-tools-reference/feature-gates/)
101-
enables `minDomains` for pod topology spread. From v1.28 to v1.29,
102-
the `MinDomainsInPodTopologySpread` gate
103-
is enabled by default.
104-
And, at v1.30, this feature graduated to stable and the feature gate and the gate doesn't support the disablement anymore.
105-
{{< /note >}}
106-
10799
- The value of `minDomains` must be greater than 0, when specified.
108100
You can only specify `minDomains` in conjunction with `whenUnsatisfiable: DoNotSchedule`.
109101
- When the number of eligible domains with match topology keys is less than `minDomains`,

0 commit comments

Comments
 (0)