File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
concepts/scheduling-eviction
reference/command-line-tools-reference Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ description: "This priority class should be used for XYZ service pods only."
104
104
105
105
## Non-preempting PriorityClass {#non-preempting-priority-class}
106
106
107
- {{< feature-state for_k8s_version="v1.19 " state="beta " >}}
107
+ {{< feature-state for_k8s_version="v1.24 " state="stable " >}}
108
108
109
109
Pods with ` preemptionPolicy: Never` will be placed in the scheduling queue
110
110
ahead of lower-priority pods,
Original file line number Diff line number Diff line change @@ -166,8 +166,6 @@ different Kubernetes components.
166
166
| ` NetworkPolicyEndPort ` | ` false ` | Alpha | 1.21 | 1.21 |
167
167
| ` NetworkPolicyEndPort ` | ` true ` | Beta | 1.22 | |
168
168
| ` NodeSwap ` | ` false ` | Alpha | 1.22 | |
169
- | ` NonPreemptingPriority ` | ` false ` | Alpha | 1.15 | 1.18 |
170
- | ` NonPreemptingPriority ` | ` true ` | Beta | 1.19 | |
171
169
| ` OpenAPIEnums ` | ` false ` | Alpha | 1.23 | |
172
170
| ` OpenAPIV3 ` | ` false ` | Alpha | 1.23 | |
173
171
| ` PodAndContainerStatsFromCRI ` | ` false ` | Alpha | 1.23 | |
@@ -382,6 +380,9 @@ different Kubernetes components.
382
380
| ` NodeLease ` | ` true ` | GA | 1.17 | - |
383
381
| ` NamespaceDefaultLabelName ` | ` true ` | Beta | 1.21 | 1.21 |
384
382
| ` 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 | - |
385
386
| ` PVCProtection ` | ` false ` | Alpha | 1.9 | 1.9 |
386
387
| ` PVCProtection ` | - | Deprecated | 1.10 | - |
387
388
| ` PersistentLocalVolumes ` | ` false ` | Alpha | 1.7 | 1.9 |
You can’t perform that action at this time.
0 commit comments