mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 23:15:14 +00:00
Merge pull request #26974 from pmorie/log-spam
Automatic merge from submit-queue Reduce log spam in dockertools manager.go Fixes #26972 @kubernetes/sig-node
This commit is contained in:
commit
7932158540
@ -1504,8 +1504,9 @@ func (dm *DockerManager) runContainerInPod(pod *api.Pod, container *api.Containe
|
||||
ref, err := kubecontainer.GenerateContainerRef(pod, container)
|
||||
if err != nil {
|
||||
glog.Errorf("Can't make a ref to pod %v, container %v: '%v'", pod.Name, container.Name, err)
|
||||
} else {
|
||||
glog.V(5).Infof("Generating ref for container %s: %#v", container.Name, ref)
|
||||
}
|
||||
glog.Infof("Generating ref for container %s: %#v", container.Name, ref)
|
||||
|
||||
opts, err := dm.runtimeHelper.GenerateRunContainerOptions(pod, container, podIP)
|
||||
if err != nil {
|
||||
|
Loading…
Reference in New Issue
Block a user