From 31bc6dd19ff9dd705f9fcbbba8cc58e8b2412299 Mon Sep 17 00:00:00 2001 From: Abubakr-Sadik Nii Nai Davis Date: Mon, 4 Feb 2019 05:14:07 +0000 Subject: [PATCH] Fix typo --- keps/sig-scheduling/201901031-pod-priority-preemption.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keps/sig-scheduling/201901031-pod-priority-preemption.md b/keps/sig-scheduling/201901031-pod-priority-preemption.md index e77a1f2b3c9..d0db077977b 100644 --- a/keps/sig-scheduling/201901031-pod-priority-preemption.md +++ b/keps/sig-scheduling/201901031-pod-priority-preemption.md @@ -38,7 +38,7 @@ superseded-by: Pod Priority and Preemption are features introduced in Kubernetes 1.8 as alpha features and promoted to beta in 1.11. Pod Priority enables users to specify importance of a Pod. Pods with higher priority are scheduled ahead of other pods with -lower priority. When a cluster does not enough capacity for running a high +lower priority. When a cluster does not have enough capacity for running a high priority pod, the scheduler preempts and removes lower priority pods in order to make room for the high priority pod.