gardener / external-dns-management

Environment to manage external DNS entries for a kubernetes cluster
Apache License 2.0
81 stars 67 forks source link

Not sure how to create AAAA record in AWS Route53 #337

Closed Mike-Nightingale closed 10 months ago

Mike-Nightingale commented 10 months ago

What happened: I need to create a AAAA record in Route53, but it isn't clear in the documentation or examples on how to do this. We are using annotations on our service and i tried "dns.gardener.cloud/type" but it still created an "A" entry. Is this feature already supported in AWS? If so, how can i set it?

Thanks

Environment: AWS

MartinWeindel commented 10 months ago

AAAA records are automatically added if the loadbalancer status of the service contains IPv6 addresses. There is no annotation like "dns.gardener.cloud/type" as it is not needed.

/close Feel free to reopen if I missed an important aspect or if there are other concerns