Skip to content

Commit 9d31d21

Browse files
committed
add note for a feature gate
1 parent 8db9dcd commit 9d31d21

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,14 @@ 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+
<!-- OK to remove this note once v1.29 Kubernetes is out of support -->
100+
{{< note >}}
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+
disabled or the field might not be available.
105+
{{< /note >}}
106+
99107
- The value of `minDomains` must be greater than 0, when specified.
100108
You can only specify `minDomains` in conjunction with `whenUnsatisfiable: DoNotSchedule`.
101109
- When the number of eligible domains with match topology keys is less than `minDomains`,

0 commit comments

Comments
 (0)