-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changing gateway listener with DNSPolicy attached results in orphaned DNS records #794
Comments
I found simpler way to reproduce this with just one ManagedZone.
|
This should be fixed as part of the managed zone removal Kuadrant/dns-operator#203 |
Will be looked into after Kuadrant/dns-operator#203 as we will probably mark the |
Yes I can confirm the managed zone removal did not fix this bug. |
It is the same issue: Kuadrant/multicluster-gateway-controller#601
After changing Gateway listener from domain specified in Managed zone to a domain specified in different Managed zone the previous DNS record wont get cleaned up and stays in DNS provider.
Steps to reproduce
HttpRoute has status:
DNSRecord CR is deleted and DNS record on provider is NOT deleted.
5. Edit the HttpRoute so it matches the Gateway new listener.
6. Everything reconciles successfully and new hostname works. New DNSRecord CR gets created.
7. Doing DNS lookup on the old hostname will still work.
The text was updated successfully, but these errors were encountered: