Răsfoiți Sursa

remove old comment

AjayTripathy 6 ani în urmă
părinte
comite
06e8b4f043
1 a modificat fișierele cu 0 adăugiri și 1 ștergeri
  1. 0 1
      costmodel/costmodel.go

+ 0 - 1
costmodel/costmodel.go

@@ -2065,7 +2065,6 @@ func (cm *CostModel) costDataRange(cli prometheusClient.Client, clientset kubern
 		if _, ok := containerNameCost[key]; ok {
 			continue // because ordering is important for the allocation model (all PV's applied to the first), just dedupe if it's already been added.
 		}
-		// The container has been deleted, or is from a different clusterID
 		c, _ := NewContainerMetricFromKey(key)
 		RAMReqV, ok := RAMReqMap[key]
 		if !ok {