Merge pull request #38566 from mengjiao-liu/fix-minDomains

Fix minDomains note in topology-spread-constraints page
pull/37213/head
Kubernetes Prow Robot 2022-12-19 20:09:43 -08:00 committed by GitHub
commit 8879e6d01c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ your cluster. Those fields are:
nodes match the node selector.
{{< note >}}
The `minDomains` field is a beta field and enabled by default in 1.25. You can disable it by disabling the
The `minDomains` field is a beta field and disabled by default in 1.25. You can enable it by enabling the
`MinDomainsInPodTopologySpread` [feature gate](/docs/reference/command-line-tools-reference/feature-gates/).
{{< /note >}}