fixed a typo in docs/concepts/configuration/pod-priority-preemption.md (#10376)
* fixed a typo "Pod may by scheduled" > "Pod may be scheduled" * and another typo "sooner that" > "sooner than"
This commit is contained in:
committed by
k8s-ci-robot
parent
807fae7aec
commit
7076a878dd
@@ -202,7 +202,7 @@ spec:
|
|||||||
In Kubernetes 1.9 and later, when Pod priority is enabled, scheduler orders
|
In Kubernetes 1.9 and later, when Pod priority is enabled, scheduler orders
|
||||||
pending Pods by their priority and a pending Pod is placed ahead of other
|
pending Pods by their priority and a pending Pod is placed ahead of other
|
||||||
pending Pods with lower priority in the scheduling queue. As a result, the
|
pending Pods with lower priority in the scheduling queue. As a result, the
|
||||||
higher priority Pod may by scheduled sooner that Pods with lower priority if its
|
higher priority Pod may be scheduled sooner than Pods with lower priority if its
|
||||||
scheduling requirements are met. If such Pod cannot be scheduled, scheduler will
|
scheduling requirements are met. If such Pod cannot be scheduled, scheduler will
|
||||||
continue and tries to schedule other lower priority Pods.
|
continue and tries to schedule other lower priority Pods.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user