File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
content/en/docs/concepts/scheduling-eviction Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -96,6 +96,14 @@ 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 -->
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
+
99
107
- The value of ` minDomains ` must be greater than 0, when specified.
100
108
You can only specify ` minDomains ` in conjunction with ` whenUnsatisfiable: DoNotSchedule ` .
101
109
- When the number of eligible domains with match topology keys is less than ` minDomains ` ,
You can’t perform that action at this time.
0 commit comments