From f4dc8028c460f2e698589b64a90645065fd0e8ae Mon Sep 17 00:00:00 2001 From: Vimal Raghubir Date: Thu, 17 May 2018 17:27:52 -0400 Subject: [PATCH] Fixed misleading text in out-of-resources.md (#8579) --- content/en/docs/tasks/administer-cluster/out-of-resource.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/tasks/administer-cluster/out-of-resource.md b/content/en/docs/tasks/administer-cluster/out-of-resource.md index d2ca144e74..d225988e21 100644 --- a/content/en/docs/tasks/administer-cluster/out-of-resource.md +++ b/content/en/docs/tasks/administer-cluster/out-of-resource.md @@ -302,7 +302,7 @@ Consider the following scenario: * Node memory capacity: `10Gi` * Operator wants to reserve 10% of memory capacity for system daemons (kernel, `kubelet`, etc.) -* Operator wants to evict Pods at 95% memory utilization to reduce thrashing and incidence of system OOM. +* Operator wants to evict Pods at 95% memory utilization to reduce incidence of system OOM. To facilitate this scenario, the `kubelet` would be launched as follows: