Open bradenwright opened 1 month ago
Did you update to traefik v3 recently? It no longer ships with the old containo.traefik.io crds, but external-dns will still try to register listeners on those.
Try the external-dns setting: --traefik-disable-legacy
: https://github.com/kubernetes-sigs/external-dns/blob/59b243856a596ec47827889945b84d4d15d5c1dd/docs/sources/traefik-proxy.md?plain=1#L148
In previous versions of External DNS support for Traefik / Ingress routes was added specific using
-source=traefik-proxy
here's some references to MR's / Docs:but I can't find the docs or info about it in v0.15.0, so curious if its still support or was removed, or what the best way to handle this in v0.15.0 of external-dns is.