-
Notifications
You must be signed in to change notification settings - Fork 9
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
DNS records are re-created even if heath check is failing #319
Comments
I don't consider this a blocker for v1 but I think we can document it. Really it is unadvisable to manually change DNS records managed by the controller. There are other ways to achieve the same result:
cc @maksymvavilov @mikenairn any other options for un-publishing a record set? |
The third options works in rc10. The records are removed along with DNSRecord removal. The DNSRecord itself gets recreated but ends up with |
nice this is what we will document so! |
I scaled down my backend so that my DNS heath_check started failing. I manually removed the DNS records from cloud provider (AWS in my case). The records were re-created in AWS.
Unclear if this is the desired behavior or not, discussion needed.
The text was updated successfully, but these errors were encountered: