Cluster role left behind after server delete #20065
Labels
area/chectl
Issues related to chectl, the CLI of Che
kind/bug
Outline of a bug - must adhere to the bug report template.
severity/P1
Has a major impact to usage or development of the system.
Milestone
Describe the bug
The
chectl server:delete
command should clear everything Che-related from the cluster. Theche-operator-proxy
cluster role and cluster role binding are still present in the cluster after running the server delete though.Che version
latest
Steps to reproduce
chectl server:deploy ...
chectl server:delete
oc get clusterroles | grep che
oc get clusterrolebindings | grep che
Expected behavior
The last two commands from the repro steps shouldn't return any results related to Che, but both contain
che-operator-proxy
object (either a clusterrole or a binding).Runtime
any supported
Screenshots
N/A
Installation method
chectl
Environment
any
Eclipse Che Logs
N/A
The text was updated successfully, but these errors were encountered: