Bug 1822102

Summary: ClusterOperator marketplace missing ClusterStatusConditionType Upgradeable in ocp 4.1
Product: OpenShift Container Platform Reporter: Fan Jia <jfan>
Component: OLMAssignee: Evan Cordell <ecordell>
OLM sub component: OperatorHub QA Contact: Fan Jia <jfan>
Status: CLOSED WONTFIX Docs Contact:
Severity: medium    
Priority: low CC: jiazha, yhui
Version: 4.1.z   
Target Milestone: ---   
Target Release: 4.1.z   
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: 2020-04-13 01:31:42 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:
Bug Depends On: 1727023    
Bug Blocks:    

Description Fan Jia 2020-04-08 09:16:25 UTC
Description of problem:
Check clusteroperator marketplace, the Upgradeable ClusterStatusConditionType is missing.


Version-Release number of selected component (if applicable):
4.1.0-0.nightly-2020-04-06-191437

How reproducible:
always

1.Check clusteroperator marketplace's detail.
oc get co marketplace -o yaml

Actual results:
ClusterOperator marketplace missing ClusterStatusConditionType Upgradeable

Expected results:
ClusterStatusConditionType Upgradeable is there with proper value.

Additional info:
$ oc get clusteroperators marketplace -o yaml
apiVersion: config.openshift.io/v1
kind: ClusterOperator
metadata:
  creationTimestamp: "2020-04-07T04:27:45Z"
  generation: 1
  name: marketplace
  resourceVersion: "491402"
  selfLink: /apis/config.openshift.io/v1/clusteroperators/marketplace
  uid: 215069dd-7888-11ea-b985-021fd7ea82c0
spec: {}
status:
  conditions:
  - lastTransitionTime: "2020-04-08T08:08:34Z"
    message: 'Successfully progressed to release version: 4.1.0-0.nightly-2020-04-06-191437'
    reason: OperatorAvailable
    status: "False"
    type: Progressing
  - lastTransitionTime: "2020-04-08T08:08:34Z"
    message: 'Available release version: 4.1.0-0.nightly-2020-04-06-191437'
    reason: OperatorAvailable
    status: "True"
    type: Available
  - lastTransitionTime: "2020-04-07T04:27:45Z"
    message: Current CR sync ratio (0.9918699) meets the expected success ratio (0.3)
    reason: OperandTransitionsSucceeding
    status: "False"
    type: Degraded
  extension: null
  relatedObjects:
  - group: ""
    name: openshift-marketplace
    resource: namespaces
  - group: operators.coreos.com
    name: ""
    namespace: openshift-marketplace
    resource: OperatorSource
  - group: operators.coreos.com
    name: ""
    namespace: openshift-marketplace
    resource: CatalogSourceConfig
  - group: operators.coreos.com
    name: ""
    namespace: openshift-marketplace
    resource: CatalogSource
  versions:
  - name: operator
    version: 4.1.0-0.nightly-2020-04-06-191437

Comment 1 Evan Cordell 2020-04-12 18:19:20 UTC
Is this causing any issues with upgrades?

We are only backporting critical fixes to 4.1 - if this has no tangible effects we will close it.

Comment 2 Fan Jia 2020-04-13 01:31:42 UTC
The upgrades is ok. Then close this bug as won't fix.