kubernetes-sigs / external-dns

Configure external DNS servers (AWS Route53, Google CloudDNS and others) for Kubernetes Ingresses and Services
Apache License 2.0
7.76k stars 2.58k forks source link

Was support for Traefik IngressRoute removed in v0.15.0? #4812

Open bradenwright opened 1 month ago

bradenwright commented 1 month ago

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.

davhdavh commented 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