-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Labels
area/provider/awsIssues or PRs related to aws providerIssues or PRs related to aws providerhelp wantedDenotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.
Description
What happened:
We have setup the external dns controller in our aws eks cluster. We created a simple A record using dnsendpoint crd.
The A record did get created in the route 53 hosted zone along with some txt records. However if i delete just the A record(Keeping the associated txt records in place), the external dns controller does not re-create the A record to bring the records back to the desired state.
If i delete all the records (A and associated txt records), then it does recreate the entire set again
What you expected to happen:
I was hoping the external dns controller would always sync the records and keep them in the desired state irrespective of which records are deleted
Environment:
- External-DNS version (use
external-dns --version
): external-dns:0.13.2-debian-11-r0 - DNS provider: AWS Route 53
- Others:
Metadata
Metadata
Assignees
Labels
area/provider/awsIssues or PRs related to aws providerIssues or PRs related to aws providerhelp wantedDenotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.