Closed guymguym closed 5 years ago
I was trying to automate the cleanup when I uninstall the noobaa operator but due to #133 I can't even identify the secrets and configmaps that were created by my provisioner after the obc is gone.
Seems like finalizer is winning over blockOwnerDeletion and the OBC is deleted even though the objects referencing it are still "alive" since they are in a deletion process...
Note: I couldn't reproduce it when the provisioner is running.
I can't dup this and perhaps #139 will improve the situation? Can we close this?
Yes. Thanks for double checking.
This seems to be because they have a finalizer and the provisioner is not removing it...