Explorar el Código

Merge pull request #896 from kubecost/AjayTripathy-delete-log-spam

Delete log spam
Ajay Tripathy hace 4 años
padre
commit
4cf32fad17
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      pkg/costmodel/allocation.go

+ 0 - 1
pkg/costmodel/allocation.go

@@ -757,7 +757,6 @@ func applyCPUCoresUsedMax(podMap map[podKey]*Pod, resCPUCoresUsedMax []*prom.Que
 				continue
 			}
 		}
-		klog.Infof("FOUND CONTAINER %s", container)
 
 		if _, ok := pod.Allocations[container]; !ok {
 			pod.AppendContainer(container)