Clarify eviction hard threshold (#8209)

Closes: #7082
This commit is contained in:
Qiming 2018-04-28 06:00:19 +08:00 committed by k8s-ci-robot
parent 49e6bfa025
commit 6d50e02d6f
1 changed files with 4 additions and 1 deletions

View File

@ -126,7 +126,10 @@ would trigger a Pod eviction.
The `kubelet` has the following default hard eviction threshold:
* `--eviction-hard=memory.available<100Mi`
* `memory.available<100Mi`
* `nodefs.available<10%`
* `nodefs.inodesFree<5%`
* `imagefs.available<15%`
### Eviction Monitoring Interval