Open yylt opened 4 years ago
fyi we moved up to the latest cni, cni plugins, and cni config in containerd v1.4.1
were you running with containerd in -l debug
mode?
temporarily unavailable sounds like a zombie process issue... qemu-kvm?
lots of variables here..
fyi we moved up to the latest cni, cni plugins, and cni config in containerd v1.4.1
were you running with containerd in
-l debug
mode?temporarily unavailable sounds like a zombie process issue... qemu-kvm?
lots of variables here..
sorry for many info lost.
journalctl -eu containerd -o cat
will see RunPodSandbox failed, but the ip which had allocated was not recycled.In the error log, I see mentions of Deletion, however the command "/usr/sbin/iptables -t nat -N CNI-SN-789e45a28000a6e5f5d67 --wait" is creating a new iptables chain in the nat table which is an odd action when calling DEL. That error most likely came from the portmap plugin. When you say "ip leaked" is the error above preventing the ipam from reclaiming the ip address? I think flannel writes the currently used ip addresses to /var/lib/cni/networks? Are you seeing the ip address file to around after the pod is deleted?
environments
cni configuration
containerd log
expected
ip recycled
real
ip leaked
look like, this should be cni question, but cni plugins should return failed also