From d4fa83f8bc47f447c89f79f5eb1b21096ce82f94 Mon Sep 17 00:00:00 2001 From: Chris Johnson Date: Fri, 25 Jun 2021 12:30:28 -0700 Subject: [PATCH] chore: PR feedback --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c60398a762..c064f1f701 100644 --- a/README.md +++ b/README.md @@ -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`.