mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-10-10 16:43:59 +00:00
When the IP isn't in the internal map, GetPodNetworkStatus() needs to call the execer for the 'nsenter' program. That means the execer needs to be !nil, which it wasn't before.