mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-12-09 19:29:26 +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.