mirror of https://github.com/k3s-io/k3s
kubelet: Log new pod ips
parent
fec83a9e28
commit
13dca52f3c
|
@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue