瀏覽代碼

debugging

Achilleas Tzenetopoulos 5 年之前
父節點
當前提交
9b1b4e5d97
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      kubernetes-v1.15.4/pkg/scheduler/algorithm/priorities/custom_resource_allocation.go

+ 1 - 1
kubernetes-v1.15.4/pkg/scheduler/algorithm/priorities/custom_resource_allocation.go

@@ -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)