Skip to content

Commit 23258ff

Browse files
author
Wayah Rose Colombo
committed
fixes typo in nodes-pods-priority.adoc
1 parent 25938cd commit 23258ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nodes/pods/nodes-pods-priority.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ include::_attributes/common-attributes.adoc[]
77
toc::[]
88

99

10-
You can enable pod priority and preemption in your cluster. pod priority indicates the importance of a pod relative to other pods and queues the pods based on that priority. pod preemption allows the cluster to evict, or preempt, lower-priority pods so that higher-priority pods can be scheduled if there is no available space on a suitable node
10+
You can enable pod priority and preemption in your cluster. Pod priority indicates the importance of a pod relative to other pods and queues the pods based on that priority. pod preemption allows the cluster to evict, or preempt, lower-priority pods so that higher-priority pods can be scheduled if there is no available space on a suitable node
1111
pod priority also affects the scheduling order of pods and out-of-resource eviction ordering on the node.
1212

1313
To use priority and preemption, you create priority classes that define the relative weight of your pods. Then, reference a priority class in the pod specification to apply that weight for scheduling.

0 commit comments

Comments
 (0)