gardener / external-dns-management

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

Exclude us-gov zones from alias target creation #365

Closed MartinWeindel closed 5 months ago

MartinWeindel commented 5 months ago

What this PR does / why we need it: Customer reported that alias records are not supported in AWS GovCloud Route53 according to AWS technical support.

Which issue(s) this PR fixes: Fixes #

Special notes for your reviewer:

Release note:

As AWS "us-gov" zones do not support alias target records, they are excluded from the list of canonical hosted zones used to decide if `ALIAS` records are created instead of `CNAME` records.
MartinWeindel commented 5 months ago

/cc @ScheererJ