Skip to content

Commit 01cfb51

Browse files
committed
graduate MinDomain feature to stable
1 parent 08fb708 commit 01cfb51

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

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

Lines changed: 4 additions & 4 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; beta since v1.25
63+
minDomains: <integer> # optional; GA since v1.30
6464
topologyKey: <string>
6565
whenUnsatisfiable: <string>
6666
labelSelector: <object>
@@ -98,10 +98,10 @@ your cluster. Those fields are:
9898

9999
{{< note >}}
100100
The `MinDomainsInPodTopologySpread` [feature gate](/docs/reference/command-line-tools-reference/feature-gates/)
101-
enables `minDomains` for pod topology spread. Starting from v1.28,
101+
enables `minDomains` for pod topology spread. From v1.28 to v1.29,
102102
the `MinDomainsInPodTopologySpread` gate
103-
is enabled by default. In older Kubernetes clusters it might be explicitly
104-
disabled or the field might not be available.
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.
105105
{{< /note >}}
106106

107107
- The value of `minDomains` must be greater than 0, when specified.

content/en/docs/reference/command-line-tools-reference/feature-gates/min-domains-in-pod-topology-spread.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ stages:
1717
- stage: beta
1818
defaultValue: true
1919
fromVersion: "1.27"
20+
toVersion: "1.29"
21+
- stage: stable
22+
defaultValue: true
23+
fromVersion: "1.30"
2024
---
2125
Enable `minDomains` in
2226
[Pod topology spread constraints](/docs/concepts/scheduling-eviction/topology-spread-constraints/).

0 commit comments

Comments
 (0)