1
0
mirror of https://github.com/kubernetes-sigs/descheduler.git synced 2026-01-28 06:29:29 +01:00

Log and README optimization for LowNodeUtilization

This commit is contained in:
lixiang
2021-02-20 11:52:02 +08:00
parent 6d0360fd16
commit e014fda58e
2 changed files with 8 additions and 14 deletions

View File

@@ -176,7 +176,9 @@ the node is considered over utilized. Any node between the thresholds, `threshol
considered appropriately utilized and is not considered for eviction. The threshold, `targetThresholds`,
can be configured for cpu, memory, and number of pods too in terms of percentage.
These thresholds, `thresholds` and `targetThresholds`, could be tuned as per your cluster requirements.
These thresholds, `thresholds` and `targetThresholds`, could be tuned as per your cluster requirements. Note that this
strategy evicts pods from `overutilized nodes` (those with usage above `targetThresholds`) to `underutilized nodes`
(those with usage below `thresholds`), it will abort if any number of `underutilized nodes` or `overutilized nodes` is zero.
**Parameters:**