Преглед на файлове

Merge branch 'master' of github.com:kubecost/cost-model

AjayTripathy преди 6 години
родител
ревизия
ec7fa67aec
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      costmodel/costmodel.go

+ 1 - 1
costmodel/costmodel.go

@@ -621,7 +621,7 @@ func (cm *CostModel) ComputeCostData(cli prometheusClient.Client, clientset kube
 			if usage, ok := networkUsageMap[ns+","+podName+","+clusterID]; ok {
 			if usage, ok := networkUsageMap[ns+","+podName+","+clusterID]; ok {
 				netCosts, err := GetNetworkCost(usage, cp)
 				netCosts, err := GetNetworkCost(usage, cp)
 				if err != nil {
 				if err != nil {
-					klog.V(3).Infof("Error pulling network costs: %s", err.Error())
+					klog.V(4).Infof("Error pulling network costs: %s", err.Error())
 				} else {
 				} else {
 					podNetCosts = netCosts
 					podNetCosts = netCosts
 				}
 				}