Fixed misleading text in out-of-resources.md (#8579)
This commit is contained in:
parent
cad4f85492
commit
f4dc8028c4
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue