You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Add a finalizer, that's needed to clean up cluster-wide resources, like ConsoleLink and OAuthClient
Probably the issue is that it doesn't work as originally expected and instead blocks the clean up and reinstallation in some way. Instead of removing the finalizer altogether, we can revisit and improve it to not block the clean up anymore.
The text was updated successfully, but these errors were encountered:
It apears that the finalizers are installed for cleaning up some cluster-wide resources like
ConsoleLink
andOAuthClient:
hawtio-operator/pkg/controller/hawtio/hawtio_controller.go
Line 261 in 1373399
Probably the issue is that it doesn't work as originally expected and instead blocks the clean up and reinstallation in some way. Instead of removing the finalizer altogether, we can revisit and improve it to not block the clean up anymore.
The text was updated successfully, but these errors were encountered: