Skip to content

Commit

Permalink
Merge pull request kubernetes-sigs#592 from chrisjohnson00/issue-591
Browse files Browse the repository at this point in the history
docs: adding clarification to HighNodeUtilization's purpose
  • Loading branch information
(Brien Dieterle) committed Aug 13, 2021
2 parents be56bc7 + 2e1a0b6 commit 5e3d32e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,9 +262,11 @@ 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 in the hope that these pods will be scheduled compactly into fewer nodes.
This strategy **must** be used with the
scheduler strategy `MostRequestedPriority`. The parameters of this strategy are configured under `nodeResourceUtilizationThresholds`.
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`.

The under utilization of nodes is determined by a configurable threshold `thresholds`. The threshold
`thresholds` can be configured for cpu, memory, number of pods, and extended resources in terms of percentage. The percentage is
Expand Down

0 comments on commit 5e3d32e

Please sign in to comment.