Browse Source

changed c0 to c6

Achilleas Tzenetopoulos 5 years ago
parent
commit
f552199f50

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

@@ -39,7 +39,7 @@ var (
 )
 )
 
 
 func OneScorer(si scorerInput) float64 {
 func OneScorer(si scorerInput) float64 {
-	return 100 - si.metrics[si.metricName]
+	return si.metrics[si.metricName]
 }
 }
 
 
 func calculateWeightedAverageCores(response *client.Response,
 func calculateWeightedAverageCores(response *client.Response,