Explorar el Código

Merge pull request #460 from kubecost/AjayTripathy-remove-unmounted-log

Ajay tripathy remove unmounted log
Ajay Tripathy hace 5 años
padre
commit
ab1bde15bb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      pkg/costmodel/costmodel.go

+ 1 - 1
pkg/costmodel/costmodel.go

@@ -2444,7 +2444,7 @@ func (cm *CostModel) costDataRange(cli prometheusClient.Client, clientset kubern
 
 	unmounted := findUnmountedPVCostData(unmountedPVs, namespaceLabelsMapping)
 	for k, costs := range unmounted {
-		klog.V(3).Infof("Unmounted PVs in Namespace/ClusterID: %s/%s", costs.Namespace, costs.ClusterID)
+		klog.V(4).Infof("Unmounted PVs in Namespace/ClusterID: %s/%s", costs.Namespace, costs.ClusterID)
 
 		if costDataPassesFilters(costs, filterNamespace, filterCluster) {
 			containerNameCost[k] = costs