kubernetes/pkg/proxy/iptables
Antonio Ojea 909925b492 kube-proxy: fix stale detection logic
The logic to detect stale endpoints was not assuming the endpoint
readiness.

We can have stale entries on UDP services for 2 reasons:
- an endpoint was receiving traffic and is removed or replaced
- a service was receiving traffic but not forwarding it, and starts
to forward it.

Add an e2e test to cover the regression
2021-11-05 20:14:56 +01:00
..
OWNERS pkg/proxy: add sig-network-approvers/sig-network-reviewers to OWNERS files 2019-05-13 10:30:29 -05:00
proxier_test.go kube-proxy: fix stale detection logic 2021-11-05 20:14:56 +01:00
proxier.go kube-proxy: fix stale detection logic 2021-11-05 20:14:56 +01:00