linkerd2/controller/api
Bruce Chen Wenliang b84b2077d3
Ignore pods in "Terminating" when watching IP addresses. (#5940)
Fixes #5939

Some CNIs reasssign the IP of a terminating pod to a new pod, which
leads to duplicate IPs in the cluster.

It eventually triggers #5939.

This commit will make the IPWatcher, when given an IP, filter out the terminating pods
(when a pod is given a deletionTimestamp).

The issue is hard reproduce because we are not able to assign a
particular IP to a pod manually.

Signed-off-by: Bruce <wenliang.chen@personio.de>

Co-authored-by: Bruce <wenliang.chen@personio.de>
2021-03-24 18:21:42 +05:30
..
destination Ignore pods in "Terminating" when watching IP addresses. (#5940) 2021-03-24 18:21:42 +05:30
public docker: Access container images via cr.l5d.io (#5756) 2021-02-17 14:31:54 -08:00
util Move tap from core into Viz extension (#5651) 2021-02-09 12:43:21 -05:00