Fix a typo in pod priority and preemption doc (#11523)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
c1191dfa10
commit
27f5d74234
@@ -364,11 +364,11 @@ Pod priority and
|
|||||||
[QoS](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/node/resource-qos.md)
|
[QoS](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/node/resource-qos.md)
|
||||||
are two orthogonal features with few interactions and no default restrictions on
|
are two orthogonal features with few interactions and no default restrictions on
|
||||||
setting the priority of a Pod based on its QoS classes. The scheduler's
|
setting the priority of a Pod based on its QoS classes. The scheduler's
|
||||||
preemption logic does consider QoS when choosing preemption targets. Preemption
|
preemption logic does not consider QoS when choosing preemption targets.
|
||||||
considers Pod priority and attempts to choose a set of targets with the lowest
|
Preemption considers Pod priority and attempts to choose a set of targets with
|
||||||
priority. Higher-priority Pods are considered for preemption only if the removal
|
the lowest priority. Higher-priority Pods are considered for preemption only if
|
||||||
of the lowest priority Pods is not sufficient to allow the scheduler to schedule
|
the removal of the lowest priority Pods is not sufficient to allow the scheduler
|
||||||
the preemptor Pod, or if the lowest priority Pods are protected by
|
to schedule the preemptor Pod, or if the lowest priority Pods are protected by
|
||||||
`PodDisruptionBudget`.
|
`PodDisruptionBudget`.
|
||||||
|
|
||||||
The only component that considers both QoS and Pod priority is
|
The only component that considers both QoS and Pod priority is
|
||||||
|
|||||||
Reference in New Issue
Block a user