Skip to content

Commit

Permalink
descheduler: fix bug of nodeAnomalyDetector in LowNodeLoad plugin (ko…
Browse files Browse the repository at this point in the history
…ordinator-sh#1858)

Signed-off-by: bogo <70442600+bogo-y@users.noreply.github.com>
  • Loading branch information
bogo-y authored and saintube committed Feb 22, 2024
1 parent ca96477 commit 5b31c78
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ func (pl *LowNodeLoad) processOneNodePool(ctx context.Context, nodePool *desched
continueEvictionCond,
overUtilizedEvictionReason(highThresholds),
)
tryMarkNodesAsNormal(sourceNodes, pl.nodeAnomalyDetectors)
tryMarkNodesAsNormal(abnormalNodes, pl.nodeAnomalyDetectors)
for _, v := range sourceNodes {
processedNodes.Insert(v.node.Name)
}
Expand Down

0 comments on commit 5b31c78

Please sign in to comment.