File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed
concepts/scheduling-eviction
reference/command-line-tools-reference/feature-gates Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 60
60
# Configure a topology spread constraint
61
61
topologySpreadConstraints :
62
62
- maxSkew : <integer>
63
- minDomains : <integer> # optional; beta since v1.25
63
+ minDomains : <integer> # optional
64
64
topologyKey : <string>
65
65
whenUnsatisfiable : <string>
66
66
labelSelector : <object>
@@ -96,11 +96,11 @@ your cluster. Those fields are:
96
96
A domain is a particular instance of a topology. An eligible domain is a domain whose
97
97
nodes match the node selector.
98
98
99
+ <!-- OK to remove this note once v1.29 Kubernetes is out of support -->
99
100
{{< note >}}
100
- The ` MinDomainsInPodTopologySpread ` [ feature gate] ( /docs/reference/command-line-tools-reference/feature-gates/ )
101
- enables ` minDomains ` for pod topology spread. Starting from v1.28,
102
- the ` MinDomainsInPodTopologySpread ` gate
103
- is enabled by default. In older Kubernetes clusters it might be explicitly
101
+ Before Kubernetes v1.30, the ` minDomains ` field was only available if the
102
+ ` MinDomainsInPodTopologySpread ` [ feature gate] ( /docs/reference/command-line-tools-reference/feature-gates/ )
103
+ was enabled (default since v1.28). In older Kubernetes clusters it might be explicitly
104
104
disabled or the field might not be available.
105
105
{{< /note >}}
106
106
Original file line number Diff line number Diff line change @@ -17,6 +17,10 @@ stages:
17
17
- stage : beta
18
18
defaultValue : true
19
19
fromVersion : " 1.27"
20
+ toVersion : " 1.29"
21
+ - stage : stable
22
+ defaultValue : true
23
+ fromVersion : " 1.30"
20
24
---
21
25
Enable ` minDomains ` in
22
26
[ Pod topology spread constraints] ( /docs/concepts/scheduling-eviction/topology-spread-constraints/ ) .
You can’t perform that action at this time.
0 commit comments