linkerd2/controller/cmd/service-mirror
Zahari Dichev f7f70690fb
Fix resync bug + service selection annotations (#4453)
THis PR addresses two problems: 

- when a resync happens (or the mirror controller is restarted) we incorrectly classify the remote gateway as a mirrored service that is not mirrored anymore and we delete it
- when updating services due to a gateway update, we need to select only the services for the particular cluster

The latter fixes #4451
2020-05-21 14:15:13 -07:00
..
cluster_watcher.go Fix resync bug + service selection annotations (#4453) 2020-05-21 14:15:13 -07:00
cluster_watcher_mirroring_test.go Fix gateway update problems (#4388) 2020-05-14 10:59:30 -05:00
cluster_watcher_probe_events_test.go Fix gateway update problems (#4388) 2020-05-14 10:59:30 -05:00
cluster_watcher_test_util.go Probe manager events emission tests (#4312) 2020-05-05 08:57:05 +03:00
config_watcher.go Enable service mirroring to work in private networks (#4440) 2020-05-20 19:48:36 +03:00
events_formatting.go Fix gateway update problems (#4388) 2020-05-14 10:59:30 -05:00
jittered_ticker.go Add liveliness checks and metrics for multicluster gateway (#4233) 2020-04-27 13:06:58 +03:00
main.go Enable service mirroring to work in private networks (#4440) 2020-05-20 19:48:36 +03:00
metrics.go Probe manager events emission tests (#4312) 2020-05-05 08:57:05 +03:00
probe_manager.go Enable service mirroring to work in private networks (#4440) 2020-05-20 19:48:36 +03:00
probe_worker.go Enable service mirroring to work in private networks (#4440) 2020-05-20 19:48:36 +03:00