Skip to content

Commit 6437ca9

Browse files
authored
[Scheduler] Graduate NodeInclusionPolicy to GA (#49927)
* Graduate NodeInclusionPolicyInPodTopologySpread to GA Signed-off-by: kerthcet <kerthcet@gmail.com> * Graduate NodeInclusionPolicyInPodTopologySpread to GA Signed-off-by: kerthcet <kerthcet@gmail.com> * Add toVersion for beta level Signed-off-by: kerthcet <kerthcet@gmail.com> --------- Signed-off-by: kerthcet <kerthcet@gmail.com>
1 parent 3b2872f commit 6437ca9

File tree

Image for: File tree

2 files changed

Image for: 2 files changed
+9
-3
lines changed

2 files changed

Image for: 2 files changed
+9
-3
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,8 @@ your cluster. Those fields are:
172172
If this value is null, the behavior is equivalent to the Honor policy.
173173

174174
{{< note >}}
175-
The `nodeAffinityPolicy` is a beta-level field and enabled by default in 1.26. You can disable it by disabling the
175+
The `nodeAffinityPolicy` became beta in 1.26 and graduated to GA in 1.33.
176+
It's enabled by default in beta, you can disable it by disabling the
176177
`NodeInclusionPolicyInPodTopologySpread` [feature gate](/docs/reference/command-line-tools-reference/feature-gates/).
177178
{{< /note >}}
178179

@@ -185,7 +186,8 @@ your cluster. Those fields are:
185186
If this value is null, the behavior is equivalent to the Ignore policy.
186187

187188
{{< note >}}
188-
The `nodeTaintsPolicy` is a beta-level field and enabled by default in 1.26. You can disable it by disabling the
189+
The `nodeTaintsPolicy` became beta in 1.26 and graduated to GA in 1.33.
190+
It's enabled by default in beta, you can disable it by disabling the
189191
`NodeInclusionPolicyInPodTopologySpread` [feature gate](/docs/reference/command-line-tools-reference/feature-gates/).
190192
{{< /note >}}
191193

‎content/en/docs/reference/command-line-tools-reference/feature-gates/NodeInclusionPolicyInPodTopologySpread.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,17 @@ _build:
66
render: false
77

88
stages:
9-
- stage: alpha
9+
- stage: alpha
1010
defaultValue: false
1111
fromVersion: "1.25"
1212
toVersion: "1.25"
1313
- stage: beta
1414
defaultValue: true
1515
fromVersion: "1.26"
16+
toVersion: "1.32"
17+
- stage: stable
18+
defaultValue: true
19+
fromVersion: "1.33"
1620
---
1721
Enable using `nodeAffinityPolicy` and `nodeTaintsPolicy` in
1822
[Pod topology spread constraints](/docs/concepts/scheduling-eviction/topology-spread-constraints/)

0 commit comments

Image for: 0 commit comments
Comments
 (0)