You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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:
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: