1
0
mirror of https://github.com/kubernetes-sigs/descheduler.git synced 2026-01-26 05:14:13 +01:00

chore: PR feedback

This commit is contained in:
Chris Johnson
2021-06-25 12:30:28 -07:00
parent 448dbceadd
commit d4fa83f8bc

View File

@@ -267,9 +267,9 @@ under utilized frequently or for a short period of time. By default, `numberOfNo
### HighNodeUtilization
This strategy finds nodes that are under utilized and evicts pods from the node in the hope that these pods will be
scheduled onto other nodes. Used in conjunction with node auto-scaling, this strategy is intended to help trigger down
scaling of under utilized nodes.
This strategy finds nodes that are under utilized and evicts pods from the nodes in the hope that these pods will be
scheduled compactly into fewer nodes. Used in conjunction with node auto-scaling, this strategy is intended to help
trigger down scaling of under utilized nodes.
This strategy **must** be used with the scheduler strategy `MostRequestedPriority`. The parameters of this strategy are
configured under `nodeResourceUtilizationThresholds`.