Changing recordSet name in route53 controller creates new record without deleting the old one, leading to dangling records #2202
Labels
kind/bug
Categorizes issue or PR as related to a bug.
service/route53
Indicates issues or PRs that are related to route53-controller.
Describe the bug
When changing the name of a recordsets.route53.services.k8s.aws to update its DNS record, the controller creates a new record but does not delete the previous one. This behavior results in dangling records, which can lead to stale DNS entries and potential misconfigurations.
Steps to reproduce
Expected outcome
The original record (cato) should be deleted, and a new record (cheto) should be created.
Environment
The text was updated successfully, but these errors were encountered: