Fixed misleading text in out-of-resources.md (#8579)

This commit is contained in:
Vimal Raghubir 2018-05-17 17:27:52 -04:00 committed by k8s-ci-robot
parent cad4f85492
commit f4dc8028c4
1 changed files with 1 additions and 1 deletions

View File

@ -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: