Bug 1989723 - Operator fails to install and OLM tries to delete nonexistent catalog pods under openshift-marketplace/redhat-marketplace
Summary: Operator fails to install and OLM tries to delete nonexistent catalog pods u...
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: OLM
Version: 4.6
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
: 4.8.z
Assignee: Alexander Greene
QA Contact: Jian Zhang
URL:
Whiteboard:
Depends On: 1967621
Blocks: 1989731
TreeView+ depends on / blocked
 
Reported: 2021-08-03 19:39 UTC by Alexander Greene
Modified: 2021-08-10 19:59 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2021-08-10 19:59:04 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Alexander Greene 2021-08-03 19:39:21 UTC
This bug was initially created as a copy of Bug #1967621

I am copying this bug because: It needs to be backported.



Description of problem:

There is an active OCS operator install that is stuck trying to install and OLM is complaining when it tries to delete catalog pods under openshift-marketplace:

ocs install status:
lastTransitionTime: "2021-05-26T21:42:51Z"
    lastUpdateTime: "2021-05-26T21:42:51Z"
    message: install timeout
    phase: Failed
    reason: InstallCheckFailed


Catalog source logs:

2021-05-27T17:04:57.517829141Z E0527 17:04:57.517756       1 queueinformer_operator.go:290] sync {"update" "openshift-marketplace/redhat-marketplace"} failed: couldn't ensure registry server - error ensuring updated catalog source pod: : error deleting duplicate catalog polling pod: redhat-marketplace-t9mzw: error deleting pod: redhat-marketplace-t9mzw: pods "redhat-marketplace-t9mzw" not found

But, there is no pod with that name:
$ omg get pods
NAME                                                             READY  STATUS     RESTARTS  AGE
5bae77dfc8df1dc4e8403e4e24d9e6ee44122c82b9795de0312812d818tfxj6  0/1    Succeeded  0         6d
64df73cd6ca959f7f62e31221ffc25dfafbaf2627dded53543399c431c86qqd  0/1    Succeeded  0         15d
965304d2cdcc277b3c03a16e3490f65f85ba839251fb7ed304cd6a1ac1685ml  0/1    Succeeded  0         15d
certified-operators-5fhz4                                        1/1    Running    0         7h30m
community-operators-kftpt                                        1/1    Running    0         1h8m
marketplace-operator-6cc74874c7-kz89g                            1/1    Running    0         141d
redhat-marketplace-72k4h                                         1/1    Running    0         5d
redhat-operators-d7frj                                           1/1    Running    0         16h


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


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 2 Alexander Greene 2021-08-10 19:59:04 UTC
The team has decided that this bug is not sever enough to warrant backporting, marking this as WONTFIX.


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