AWS Provider incorrectly makes all alias records RecordTypeA #4897
Labels
area/provider/aws
Issues or PRs related to aws provider
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
kind/bug
Categorizes issue or PR as related to a bug.
What happened:
I have a AAAA alias record. The AWS provider translates the record into an A record.
See:
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/aws/aws.go#L1142
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/aws/aws.go#L486
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/aws/aws.go#L779
This results in my A and AAAA aliases with the same name colliding.
What you expected to happen:
I expect AAAA records to be treated as AAAA.
How to reproduce it (as minimally and precisely as possible):
I have a CRD with:
This fails to create heritage record and the alias record.
Anything else we need to know?:
I found this somewhat related PR: #3605
Environment:
external-dns --version
): 0.15.0The text was updated successfully, but these errors were encountered: