Bug 2118603 - [OCP v4.10] Operator objects are re-created even after deleting it
Summary: [OCP v4.10] Operator objects are re-created even after deleting it
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: OLM
Version: 4.10
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: ---
: ---
Assignee: Per da Silva
QA Contact: Jian Zhang
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2022-08-16 08:56 UTC by Swadeep Asthana
Modified: 2022-08-16 14:03 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2022-08-16 14:03:55 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Bugzilla 2106838 0 medium CLOSED Operator objects are re-created even after deleting it 2022-10-11 09:36:21 UTC

Description Swadeep Asthana 2022-08-16 08:56:59 UTC
Description of problem:
Tried to uninstall the operator and it worked. However, the operator custom resource doesn't get deleted.
Strangely, it is getting recreated even after issuing "oc delete operator <name>"

Version-Release number of selected component (if applicable):
4.10.24

How reproducible:
100%

Steps to Reproduce:
1. Install any operator
2. Check operator resource
3. Uninstall the operator
4. Try to delete the "operator" resource.
5. List the operator resource. The operator resource will get recreated.

Actual results:
The operator resource is not getting removed even after deleting it.

Expected results:
After issuing "oc delete operator <name>", the operator resource should get removed.


Additional info:

BUG: https://bugzilla.redhat.com/show_bug.cgi?id=2015023 [Fixed in OCP v4.11]
BUG: https://bugzilla.redhat.com/show_bug.cgi?id=2106838 [Fixed in OCP v4.10.24]


Note You need to log in before you can comment on or make changes to this bug.