Merge pull request #31283 from denkensk/graduate-nonpreemptingpriority-to-ga

Graduate NonPreemptingPriority to GA
This commit is contained in:
Kubernetes Prow Robot
2022-02-11 17:29:47 -08:00
committed by GitHub
2 changed files with 4 additions and 3 deletions
@@ -104,7 +104,7 @@ description: "This priority class should be used for XYZ service pods only."
## Non-preempting PriorityClass {#non-preempting-priority-class}
{{< feature-state for_k8s_version="v1.19" state="beta" >}}
{{< feature-state for_k8s_version="v1.24" state="stable" >}}
Pods with `preemptionPolicy: Never` will be placed in the scheduling queue
ahead of lower-priority pods,