It apears that the finalizers are installed for cleaning up some cluster-wide resources like ConsoleLink and OAuthClient:
|
// 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.