Skip to content

Commit 577462d

Browse files
authored
Merge pull request #50176 from slcmpunk/my-docs-branch-test
#50173: Fixes a typo in the node-pods-priority.adoc
2 parents 0b662c6 + 23258ff commit 577462d

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)