mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-05 02:09:56 +00:00
Log pod ip at V(2)
This commit is contained in:
parent
9481354d77
commit
a0c0dcd8bd
@ -2159,7 +2159,7 @@ func (dm *DockerManager) SyncPod(pod *api.Pod, _ api.PodStatus, podStatus *kubec
|
|||||||
result.Fail(err)
|
result.Fail(err)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
glog.V(4).Infof("Determined pod ip after infra change: %q: %q", format.Pod(pod), podIP)
|
glog.Infof("Determined pod ip after infra change: %q: %q", format.Pod(pod), podIP)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user