Skip to content

Commit c3c3b1a

Browse files
authored
Merge pull request #31283 from denkensk/graduate-nonpreemptingpriority-to-ga
Graduate NonPreemptingPriority to GA
2 parents a2694f6 + 665f51e commit c3c3b1a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

content/en/docs/concepts/scheduling-eviction/pod-priority-preemption.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ description: "This priority class should be used for XYZ service pods only."
104104
105105
## Non-preempting PriorityClass {#non-preempting-priority-class}
106106
107-
{{< feature-state for_k8s_version="v1.19" state="beta" >}}
107+
{{< feature-state for_k8s_version="v1.24" state="stable" >}}
108108
109109
Pods with `preemptionPolicy: Never` will be placed in the scheduling queue
110110
ahead of lower-priority pods,

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,6 @@ different Kubernetes components.
166166
| `NetworkPolicyEndPort` | `false` | Alpha | 1.21 | 1.21 |
167167
| `NetworkPolicyEndPort` | `true` | Beta | 1.22 | |
168168
| `NodeSwap` | `false` | Alpha | 1.22 | |
169-
| `NonPreemptingPriority` | `false` | Alpha | 1.15 | 1.18 |
170-
| `NonPreemptingPriority` | `true` | Beta | 1.19 | |
171169
| `OpenAPIEnums` | `false` | Alpha | 1.23 | |
172170
| `OpenAPIV3` | `false` | Alpha | 1.23 | |
173171
| `PodAndContainerStatsFromCRI` | `false` | Alpha | 1.23 | |
@@ -382,6 +380,9 @@ different Kubernetes components.
382380
| `NodeLease` | `true` | GA | 1.17 | - |
383381
| `NamespaceDefaultLabelName` | `true` | Beta | 1.21 | 1.21 |
384382
| `NamespaceDefaultLabelName` | `true` | GA | 1.22 | - |
383+
| `NonPreemptingPriority` | `false` | Alpha | 1.15 | 1.18 |
384+
| `NonPreemptingPriority` | `true` | Beta | 1.19 | 1.23 |
385+
| `NonPreemptingPriority` | `true` | GA | 1.24 | - |
385386
| `PVCProtection` | `false` | Alpha | 1.9 | 1.9 |
386387
| `PVCProtection` | - | Deprecated | 1.10 | - |
387388
| `PersistentLocalVolumes` | `false` | Alpha | 1.7 | 1.9 |

0 commit comments

Comments
 (0)