Merge pull request #35202 from sanposhiho/patch-2

Update the doc for minDomains to graduate minDomains to beta
This commit is contained in:
Kubernetes Prow Robot 2022-08-08 12:13:58 -07:00 committed by GitHub
commit 2846caae8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -60,7 +60,7 @@ spec:
# Configure a topology spread constraint # Configure a topology spread constraint
topologySpreadConstraints: topologySpreadConstraints:
- maxSkew: <integer> - maxSkew: <integer>
minDomains: <integer> # optional; alpha since v1.24 minDomains: <integer> # optional; beta since v1.25
topologyKey: <string> topologyKey: <string>
whenUnsatisfiable: <string> whenUnsatisfiable: <string>
labelSelector: <object> labelSelector: <object>
@ -93,9 +93,8 @@ your cluster. Those fields are:
nodes match the node selector. nodes match the node selector.
{{< note >}} {{< note >}}
The `minDomains` field is an alpha field added in 1.24. You have to enable the The `minDomains` field is a beta field and enabled by default in 1.25. You can disable it by disabling the
`MinDomainsInPodToplogySpread` [feature gate](/docs/reference/command-line-tools-reference/feature-gates/) `MinDomainsInPodToplogySpread` [feature gate](/docs/reference/command-line-tools-reference/feature-gates/).
in order to use it.
{{< /note >}} {{< /note >}}
- The value of `minDomains` must be greater than 0, when specified. - The value of `minDomains` must be greater than 0, when specified.

View File

@ -148,7 +148,8 @@ different Kubernetes components.
| `MemoryManager` | `false` | Alpha | 1.21 | 1.21 | | `MemoryManager` | `false` | Alpha | 1.21 | 1.21 |
| `MemoryManager` | `true` | Beta | 1.22 | | | `MemoryManager` | `true` | Beta | 1.22 | |
| `MemoryQoS` | `false` | Alpha | 1.22 | | | `MemoryQoS` | `false` | Alpha | 1.22 | |
| `MinDomainsInPodTopologySpread` | `false` | Alpha | 1.24 | | | `MinDomainsInPodTopologySpread` | `false` | Alpha | 1.24 | 1.24 |
| `MinDomainsInPodTopologySpread` | `true` | Beta | 1.25 | |
| `MixedProtocolLBService` | `false` | Alpha | 1.20 | 1.23 | | `MixedProtocolLBService` | `false` | Alpha | 1.20 | 1.23 |
| `MixedProtocolLBService` | `true` | Beta | 1.24 | | | `MixedProtocolLBService` | `true` | Beta | 1.24 | |
| `NetworkPolicyEndPort` | `false` | Alpha | 1.21 | 1.21 | | `NetworkPolicyEndPort` | `false` | Alpha | 1.21 | 1.21 |