Will Flannel release pod’s cluster-ip when pod dies?
I assigned cluster IPs to K8S pods through Flannel. Recently, I found that when some pods were deleted, their host did not remove their cluster IPs from the iptables. This resulted in non-existent IPs such as ping or telnet still being accessible, while the nacos registry registered these non-existent IPs, but they cannot provide external services.