mirror of https://github.com/k3s-io/k3s
![]() Before this change, the podCIDRs map contained both cidrs and ips depending on which code path entered a container into it. Specifically, SetUpPod would enter a CIDR while GetPodNetworkStatus would enter an IP. This normalizes both of them to always enter just IP addresses. This also removes the now-redundant cidr parsing that was used to get the ip before |
||
---|---|---|
.. | ||
cni | ||
exec | ||
hairpin | ||
kubenet | ||
testing | ||
network.go | ||
plugins.go | ||
plugins_test.go |