Skip to content

Commit 3ec3190

Browse files
committed
OCPBUGS 13378: Removing TP label for non-preempting priority classes
1 parent a95048b commit 3ec3190

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/nodes-pods-priority-preempt-about.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Preemption does not necessarily remove all lower-priority pods from a node. The
1919
The scheduler considers a node for pod preemption only if the pending pod can be scheduled on the node.
2020

2121
[id="non-preempting-priority-class_{context}"]
22-
== Non-preempting priority classes (Technology Preview)
22+
== Non-preempting priority classes
2323

2424
Pods with the preemption policy set to `Never` are placed in the scheduling queue ahead of lower-priority pods, but they cannot preempt other pods. A non-preempting pod waiting to be scheduled stays in the scheduling queue until sufficient resources are free and it can be scheduled. Non-preempting pods, like other pods, are subject to scheduler back-off. This means that if the scheduler tries unsuccessfully to schedule these pods, they are retried with lower frequency, allowing other pods with lower priority to be scheduled before them.
2525

0 commit comments

Comments
 (0)