Skip to content

Commit c8ca775

Browse files
authored
Merge pull request #47627 from carlory/MinDomainsInPodTopologySpread
mark feature-gate MinDomainsInPodTopologySpread as removed
2 parents b4768f5 + 5c17387 commit c8ca775

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ your cluster. Those fields are:
9999
<!-- OK to remove this note once v1.29 Kubernetes is out of support -->
100100
{{< note >}}
101101
Before Kubernetes v1.30, the `minDomains` field was only available if the
102-
`MinDomainsInPodTopologySpread` [feature gate](/docs/reference/command-line-tools-reference/feature-gates/)
102+
`MinDomainsInPodTopologySpread` [feature gate](/docs/reference/command-line-tools-reference/feature-gates-removed/)
103103
was enabled (default since v1.28). In older Kubernetes clusters it might be explicitly
104104
disabled or the field might not be available.
105105
{{< /note >}}

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ stages:
2121
- stage: stable
2222
defaultValue: true
2323
fromVersion: "1.30"
24+
toVersion: "1.31"
25+
26+
removed: true
2427
---
2528
Enable `minDomains` in
2629
[Pod topology spread constraints](/docs/concepts/scheduling-eviction/topology-spread-constraints/).

0 commit comments

Comments
 (0)