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"
pull/10495/head
Stanislav Zapolsky 2018-10-04 22:39:13 +05:00 committed by k8s-ci-robot
parent 807fae7aec
commit 7076a878dd
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@ spec:
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 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
continue and tries to schedule other lower priority Pods.