kubelet: Log new pod ips

pull/6/head
Euan Kemp 2016-07-18 22:59:32 -07:00
parent fec83a9e28
commit 13dca52f3c
1 changed files with 1 additions and 0 deletions

View File

@ -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.
podIP = dm.determineContainerIP(pod.Namespace, pod.Name, podInfraContainer)
glog.V(4).Infof("Determined pod ip after infra change: %q: %q", format.Pod(pod), podIP)
}
}