Operators get recreated after deletion in RHOCP 4
Issue
- Operator deletion doesn't work as expected. Once operators are deleted, the Operator Lifecycle Manager(OLM) recreates them.
-
The below command gets rid of an operator for a while but OLM immediately recreates it.
$ oc get operator NAME AGE quay-operator.openshift-operators 4d18h $ oc delete operator quay-operator.openshift-operators operator.operators.coreos.com "quay-operator.openshift-operators" deleted $ oc get operator NAME AGE quay-operator.openshift-operators 10s
Environment
- Red Hat OpenShift Container Platform (RHOCP)
- 4
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.