Skip to content

Commit

Permalink
chore: PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjohnson00 committed Jun 25, 2021
1 parent 448dbce commit d4fa83f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -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`.

Expand Down

0 comments on commit d4fa83f

Please sign in to comment.