Operators get recreated after deletion in RHOCP 4.x

Solution Verified - Updated -

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.x

Subscriber exclusive content

A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.

Current Customers and Partners

Log in for full access

Log In

New to Red Hat?

Learn more about Red Hat subscriptions

Using a Red Hat product through a public cloud?

How to access this content