asmi10

Results 2 comments of asmi10

I am also facing the similar issue with external-dns-1.13.1. external_dns_controller_verified_a_records, external_dns_source_a_records and external_dns_registry_a_records all a_records metrics sre showing 0, but endpoint metric is showing correctly.

I got the issue. Here - https://github.com/kubernetes-sigs/external-dns/blob/a86fa4173e4e206a5942fe126db6c598cf1d721a/controller/controller.go#L206 it is checking the total endpoints from registry, which is showing correctly in metrics. and then here- https://github.com/kubernetes-sigs/external-dns/blob/a86fa4173e4e206a5942fe126db6c598cf1d721a/controller/controller.go#L214 it is calculating the A...