Dualstack Support for the AWS SD provider #4821
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/feature
Categorizes issue or PR as related to a new feature.
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
What would you like to be added:
In #520 and #1079, the AWS provider gained the ability to create both A and AAAA records for dualstack load balancers. This same functionality currently does not exist in the AWS-SD provider as any LoadBalancer endpoint will result in the creation of only an A record:
external-dns/provider/awssd/aws_sd.go
Lines 488 to 493 in b834fef
Why is this needed:
This is a parity item with the AWS provider and I noticed this while working on #4721 to add initial IPv6 support to the AWS-SD provider.
The text was updated successfully, but these errors were encountered: