-
Notifications
You must be signed in to change notification settings - Fork 403
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
Add finalizers to all resources #1678
Labels
enhancement
New feature or request
Comments
This issue hasn't been updated for a while, marking as stale, please respond within the next 7 days to remove this label |
This issue hasn't been updated for a while, marking as stale, please respond within the next 7 days to remove this label |
This issue hasn't been updated for a while, marking as stale, please respond within the next 7 days to remove this label |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We have multiple issues like #1677 and #1626 which are caused by having dashboards/folders be deleted based on information from the Grafana CR status.
A clean solution to these kinds of issues is to implement finalizes for all resources. This way, deletion is properly locked, and we avoid race conditions when updating the Grafana instance status.
The text was updated successfully, but these errors were encountered: