|
@@ -168,7 +168,7 @@ func customResourceScorer(nodeName string) (float64, error) {
|
|
|
}
|
|
|
// Select Node
|
|
|
|
|
|
- //klog.Infof("Node name %s, has score %v\n", nodeName, res)
|
|
|
+ klog.Infof("Node name %s, has score %v\n", nodeName, res)
|
|
|
return res, nil
|
|
|
} else {
|
|
|
klog.Infof("Error finding the uuid: %v", ok)
|