From 7076a878dd67294dfbc8ed44719800e08343eb8e Mon Sep 17 00:00:00 2001 From: Stanislav Zapolsky Date: Thu, 4 Oct 2018 22:39:13 +0500 Subject: [PATCH] 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" --- .../en/docs/concepts/configuration/pod-priority-preemption.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/configuration/pod-priority-preemption.md b/content/en/docs/concepts/configuration/pod-priority-preemption.md index f94f42f84d2..6349a0b56ae 100644 --- a/content/en/docs/concepts/configuration/pod-priority-preemption.md +++ b/content/en/docs/concepts/configuration/pod-priority-preemption.md @@ -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.