Skip to content

Commit

Permalink
Merge pull request #178 from danedf/master
Browse files Browse the repository at this point in the history
Fix small typo in output for thresholds
  • Loading branch information
k8s-ci-robot authored Sep 14, 2019
2 parents 9e28f0b + cd4d097 commit 7788d53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/descheduler/strategies/lownodeutilization.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ func LowNodeUtilization(ds *options.DeschedulerServer, strategy api.DeschedulerS
thresholds[v1.ResourceCPU], thresholds[v1.ResourceMemory], thresholds[v1.ResourcePods])

if len(lowNodes) == 0 {
glog.V(1).Infof("No node is underutilized, nothing to do here, you might tune your thersholds further")
glog.V(1).Infof("No node is underutilized, nothing to do here, you might tune your thresholds further")
return
}
glog.V(1).Infof("Total number of underutilized nodes: %v", len(lowNodes))
Expand Down

0 comments on commit 7788d53

Please sign in to comment.