-
Bug
-
Resolution: Done
-
Major
-
2.0.0.GA
-
-
-
Under some (maybe all?) circumstances, crwctl leaves artifacts behind. Please fix so the cleanup is complete.
- the "workspaces" project is left behind
- Others can be viewed via
$ oc api-resources --verbs=list -o name | xargs -n 1 oc get -o name | egrep -i '(codeready|che|workspaces|keycloak|postgres)'
customresourcedefinition.apiextensions.k8s.io/checlusters.org.eclipse.che
apiservice.apiregistration.k8s.io/v1.org.eclipse.che
clusterrolebinding.authorization.openshift.io/codeready-operator
clusterrole.authorization.openshift.io/codeready-operator
oauthclientauthorization.oauth.openshift.io/A123456:codeready-workspaces-openshift-identity-provider-redacted4safety
oauthclientauthorization.oauth.openshift.io/redacted4safety:codeready-workspaces-openshift-identity-provider-redacted4safety
oauthclient.oauth.openshift.io/codeready-workspaces-openshift-identity-provider-redacted4safety
clusterrolebinding.rbac.authorization.k8s.io/codeready-operator
clusterrole.rbac.authorization.k8s.io/codeready-operator
- relates to
-
CRW-247 Cannot delete a Codeready project in OCP 3.11 if an user logged by Openshift oAuth created the workspace
- Resolved