Skip to content
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

feat: remove status controller finilizer #245

Merged
merged 2 commits into from
Jul 25, 2024
Merged

Conversation

zreigz
Copy link
Member

@zreigz zreigz commented Jul 25, 2024

To get rid of the finalizer I used EventFilter which is called before Reconcile method. It prevents the situation when r.Get(ctx, req.NamespacedName, configMap) return NotFound error and we can't properly clean up the inventory cache.

@zreigz zreigz changed the title remove status controller finilizer feat: remove status controller finilizer Jul 25, 2024
@zreigz zreigz added enhancement New feature or request and removed size/M labels Jul 25, 2024
@zreigz zreigz merged commit 54afeda into main Jul 25, 2024
32 checks passed
@floreks floreks deleted the status_controller_finilizer branch August 26, 2024 10:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request size/M
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants