kubernetes-sigs / external-dns

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

docs: My external-dns wasn't updating entries from gateway-api components #4580

Open dmuiX opened 2 months ago

dmuiX commented 2 months ago

What would you like to be added:

A docs about gateway-api and that --source=gateway-tlsroute must be added to the helm chart or whatever you use.

Why is this needed:

Its currently not documented and I had to find this out by looking at the logs and debugging.

abursavich commented 1 month ago

Hey, @dmuiX. A tutorial was checked in with the initial Gateway API implementation: Configuring ExternalDNS to use Gateway API Route Sources. There are a lot of different sources and providers, some of which have similar tutorials on which this one was modeled. You kinda have to know they exist and go digging in the docs/tutorials directory. Feel free to suggest changes that improve the tutorial discoverability or quality.

dmuiX commented 1 month ago

Okay yeah I read this and now I see at it again yeah it's standing there --source... but I didn't understand it back then that I had to add this to my helm chart as command line arts. I think what would've helped me: a line like okay whatever is standing in that deployment artifact you also have to configure in your helm chart.