AjayTripathy 6 лет назад
Родитель
Сommit
e3d9dedcd3
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      costmodel/costmodel.go

+ 0 - 1
costmodel/costmodel.go

@@ -2072,7 +2072,6 @@ func (cm *CostModel) costDataRange(cli prometheusClient.Client, clientset kubern
 		}
 		}
 		// The container has been deleted, or is from a different clusterID
 		// The container has been deleted, or is from a different clusterID
 		// Not all information is sent to prometheus via ksm, so fill out what we can without k8s api
 		// Not all information is sent to prometheus via ksm, so fill out what we can without k8s api
-		klog.V(4).Info("The container " + key + " has been deleted. Calculating allocation but resulting object will be missing data.")
 		c, _ := NewContainerMetricFromKey(key)
 		c, _ := NewContainerMetricFromKey(key)
 		RAMReqV, ok := RAMReqMap[key]
 		RAMReqV, ok := RAMReqMap[key]
 		if !ok {
 		if !ok {