From 0a12ae607dfa3c3bb16a1c1a23edd3623d7b0b81 Mon Sep 17 00:00:00 2001 From: Will James Date: Tue, 31 Mar 2020 08:35:11 -0500 Subject: [PATCH] Fix typo --- .../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 1d24c2f094..3e47d1f0b7 100644 --- a/content/en/docs/concepts/configuration/pod-priority-preemption.md +++ b/content/en/docs/concepts/configuration/pod-priority-preemption.md @@ -409,7 +409,7 @@ See [evicting end-user pods](/docs/tasks/administer-cluster/out-of-resource/#evicting-end-user-pods) for more details. -kubelet out-of-resource eviction does not evict Pods wheir their +kubelet out-of-resource eviction does not evict Pods when their usage does not exceed their requests. If a Pod with lower priority is not exceeding its requests, it won't be evicted. Another Pod with higher priority that exceeds its requests may be evicted.