-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ip may be leaked when call RunPodSandbox failed #60
Comments
fyi we moved up to the latest cni, cni plugins, and cni config in containerd v1.4.1 were you running with containerd in temporarily unavailable sounds like a zombie process issue... qemu-kvm? lots of variables here.. |
sorry for many info lost. produce
|
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
The text was updated successfully, but these errors were encountered: