Bug 1727036

Summary: [4.2] ClusterOperator operator-lifecycle-manager-catalog missing ClusterStatusConditionType Upgradeable
Product: OpenShift Container Platform Reporter: Liang Xia <lxia>
Component: OLMAssignee: Evan Cordell <ecordell>
OLM sub component: OLM QA Contact: Jian Zhang <jiazha>
Status: CLOSED DUPLICATE Docs Contact:
Severity: medium    
Priority: medium    
Version: 4.2.0   
Target Milestone: ---   
Target Release: 4.2.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-07-09 08:27:13 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Liang Xia 2019-07-04 10:00:21 UTC
Description of problem:
Check clusteroperator operator-lifecycle-manager-catalog, the Upgradeable ClusterStatusConditionType is missing.
https://github.com/openshift/api/blob/master/config/v1/types_cluster_operator.go#L135


Version-Release number of selected component (if applicable):
4.2.0-0.nightly-2019-06-30-221852

How reproducible:
Always

Steps to Reproduce:
1.Check clusteroperator operator-lifecycle-manager-catalog's detail.
oc get co operator-lifecycle-manager-catalog -o yaml

Actual results:
ClusterOperator operator-lifecycle-manager-catalog missing ClusterStatusConditionType Upgradeable

Expected results:
ClusterStatusConditionType Upgradeable is there with proper value.

Additional info:
$ oc get co operator-lifecycle-manager-catalog -o yaml
apiVersion: config.openshift.io/v1
kind: ClusterOperator
metadata:
  creationTimestamp: "2019-07-03T03:52:38Z"
  generation: 1
  name: operator-lifecycle-manager-catalog
  resourceVersion: "11014"
  selfLink: /apis/config.openshift.io/v1/clusteroperators/operator-lifecycle-manager-catalog
  uid: ffd523cd-9d45-11e9-945d-023561f97408
spec: {}
status:
  conditions:
  - lastTransitionTime: "2019-07-03T03:52:38Z"
    status: "False"
    type: Degraded
  - lastTransitionTime: "2019-07-03T03:57:43Z"
    message: Deployed 0.10.1
    status: "False"
    type: Progressing
  - lastTransitionTime: "2019-07-03T03:52:38Z"
    status: "True"
    type: Available
  extension: null
  versions:
  - name: operator
    version: 4.2.0-0.nightly-2019-06-30-221852
  - name: operator-lifecycle-manager
    version: 0.10.1

Comment 1 Jian Zhang 2019-07-09 08:27:13 UTC

*** This bug has been marked as a duplicate of bug 1727032 ***