linkerd2/controller/api
Filip Petkovski 40192e258a
Ignore pods with status.phase=Succeeded when watching IP addresses (#5412)
Ignore pods with status.phase=Succeeded when watching IP addresses

When a pod terminates successfully, some CNIs will assign its IP address
to newly created pods. This can lead to duplicate pod IPs in the same
Kubernetes cluster.

Filter out pods which are in a Succeeded phase since they are not 
routable anymore.

Fixes #5394

Signed-off-by: fpetkovski <filip.petkovsky@gmail.com>
2021-01-12 12:25:37 -05:00
..
destination Ignore pods with status.phase=Succeeded when watching IP addresses (#5412) 2021-01-12 12:25:37 -05:00
public remove prom check for public-api self-check (#5436) 2021-01-05 17:22:39 -05:00
util Fix --all-namespaces flag handling (#5085) 2020-10-16 16:49:10 -04:00