-
Notifications
You must be signed in to change notification settings - Fork 546
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
deleting CSV does not delete operator's RBAC related resources #1041
Comments
Here's
|
For the record, here is how I set up the catalogsourceconfig and subscriptions (again, I did this through the CLI - I did not install or uninstall the operators via the OpenShift Console):
|
Seeing same results with basic kube env, Roles and such are not cleaned up. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
working now with 14.1 |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Closing since this has been resolved |
I am installing RH Service Mesh in OpenShift 4.1. I do so through the CLI - I create Subscriptions and CatalogSourceConfig such that I get service mesh and kiali all running fine.
But now I want to delete all of these resources via the CLI (so I can script all of this for automation and easy setup/teardown for dev environments).
I can delete everything except for the operators' roles, role bindings, service accounts, etc. As I understand it, deleting the CSV should remove the operator (its deployment and pod) as well as its roles, bindings, and service accounts. However, I only see the deployment and pod delete.
Here's a log of what I executed in my shell console window and you can see what happens:
The text was updated successfully, but these errors were encountered: