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
I created two records with the same name, same target, same attributes but different record type and saw "Removing duplicate endpoint" logs:
Removing duplicate endpoint my.example.com 0 IN AAAA us my.dev-example.com [{aws/evaluate-target-health true} {alias true} {aws/region us-west-1}]
Where I specify the two endpoints:
my.example.com 0 IN A us my.dev-example.com [{aws/evaluate-target-health true} {alias true} {aws/region us-west-1}]
my.example.com 0 IN AAAA us my.dev-example.com [{aws/evaluate-target-health true} {alias true} {aws/region us-west-1}]
What you expected to happen:
I expect both records to be created.
How to reproduce it (as minimally and precisely as possible):
Create two records with same:
Name, Targets, Set ID
What happened:
I created two records with the same name, same target, same attributes but different record type and saw "Removing duplicate endpoint" logs:
Where I specify the two endpoints:
What you expected to happen:
I expect both records to be created.
How to reproduce it (as minimally and precisely as possible):
Create two records with same:
Name, Targets, Set ID
Anything else we need to know?:
https://github.com/kubernetes-sigs/external-dns/blob/master/source/dedupsource.go#L48
This is the name check.
Environment:
external-dns --version
): 1.15.0The text was updated successfully, but these errors were encountered: