Commit 13dca52f authored by Euan Kemp's avatar Euan Kemp

kubelet: Log new pod ips

parent fec83a9e
...@@ -2033,6 +2033,7 @@ func (dm *DockerManager) SyncPod(pod *api.Pod, _ api.PodStatus, podStatus *kubec ...@@ -2033,6 +2033,7 @@ func (dm *DockerManager) SyncPod(pod *api.Pod, _ api.PodStatus, podStatus *kubec
// Overwrite the podIP passed in the pod status, since we just started the infra container. // Overwrite the podIP passed in the pod status, since we just started the infra container.
podIP = dm.determineContainerIP(pod.Namespace, pod.Name, podInfraContainer) podIP = dm.determineContainerIP(pod.Namespace, pod.Name, podInfraContainer)
glog.V(4).Infof("Determined pod ip after infra change: %q: %q", format.Pod(pod), podIP)
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment