Skip to content

Commit

Permalink
koord-descheduler: fix descheduler log (#2114)
Browse files Browse the repository at this point in the history
Signed-off-by: zwForrest <756495135@qq.com>
  • Loading branch information
zwForrest committed Jun 27, 2024
1 parent 5e72bb1 commit 61e47f0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ func evictPodsFromSourceNodes(
prodKeysAndValues := []interface{}{
"nodePool", nodePoolName,
}
for resourceName, quantity := range nodeTotalAvailableUsages {
for resourceName, quantity := range prodTotalAvailableUsages {
prodKeysAndValues = append(prodKeysAndValues, string(resourceName), quantity.String())
}
klog.V(4).InfoS("Total prod usage capacity to be moved", prodKeysAndValues...)
Expand Down

0 comments on commit 61e47f0

Please sign in to comment.