Bug 1881055 - Though hco-catalogsource pod status is ImagePullBackOff , subscription hco-operatorhub shows "catalogsources are healthy"
Summary: Though hco-catalogsource pod status is ImagePullBackOff , subscription hco-op...
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: OLM
Version: 4.6
Hardware: Unspecified
OS: Unspecified
low
low
Target Milestone: ---
: ---
Assignee: Kevin Rizza
QA Contact: Jian Zhang
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2020-09-21 13:11 UTC by Kedar Bidarkar
Modified: 2021-07-19 19:45 UTC (History)
10 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2021-07-19 19:45:03 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Kedar Bidarkar 2020-09-21 13:11:32 UTC
Description of problem:

Though hco-catalogsource pod status is ImagePullBackOff , subscription hco-operatorhub shows "catalogsources are healthy"

]# oc get subscription hco-operatorhub  -n openshift-cnv -o yaml | grep -A 5 "conditions:"
conditions:
  - lastTransitionTime: "2020-09-21T12:03:31Z"
    message: all available catalogsources are healthy
    reason: AllCatalogSourcesHealthy
    status: "False"
    type: CatalogSourcesUnhealthy

[root@hp-dl380g10-07 auto_cnv_svvp]# oc get pods -n openshift-marketplace
NAME                                    READY   STATUS             RESTARTS   AGE
certified-operators-ng689               0/1     ImagePullBackOff   0          6m29s
certified-operators-r6c6n               1/1     Running            0          3h8m
community-operators-75vdj               1/1     Running            0          3h8m
community-operators-kfrq8               0/1     ImagePullBackOff   0          172m
hco-catalogsource-j7rj6                 0/1     ImagePullBackOff   0          47m
marketplace-operator-67d7758549-4wqdk   1/1     Running            0          3h7m
redhat-marketplace-g2h46                1/1     Running            0          3h7m
redhat-marketplace-xqdph                0/1     ImagePullBackOff   0          178m
redhat-operators-7q87d                  1/1     Running            0          3h8m
redhat-operators-g8wd4                  0/1     ImagePullBackOff   0          172m


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

CNV-2.5.0

How reproducible:

While installing CNV

Steps to Reproduce:
1. Install CNV
2.
3.

Actual results:
when "hco-catalogsource-j7rj6" pod is "down" or in "ImagePullBackOff" state,

'oc get subscription hco-operatorhub -n openshift-cnv -o yaml' currently shows the message as 

"message: all available catalogsources are healthy"

Expected results:
when "hco-catalogsource-j7rj6" pod is "down" or in "ImagePullBackOff" state,

'oc get subscription hco-operatorhub -n openshift-cnv -o yaml' should not be showing the message as 

"message: all available catalogsources are healthy"

Additional info:

Comment 1 Simone Tiraboschi 2020-09-21 13:15:49 UTC
Moving to OLM for further investigation, this is not CNV specific.


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