Achilleas Tzenetopoulos 5 years ago
parent
commit
0604dc6486

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

@@ -103,6 +103,7 @@ func customScoreInfluxDB(metrics []string, uuid string, socket,
 		return nil, err
 	}
 	klog.Infof("Response: ", response)
+	klog.Infof("noop")
 	// Calculate the average for the metrics provided
 	return calculateWeightedAverage(response, numberOfRows, len(metrics))
 }