mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-15 22:38:07 +00:00
ensure that when a pod servicing UDP traffic is deleted the conntrack entries are cleaned up and another backend can pick up the traffic with minimal interruption When using NodePort services and long running connections that on pod deletion stale conntrack entries can halt the flow of traffic. Add a test case to check that conntrack entries are cleaned up.