Bug 1822102 - ClusterOperator marketplace missing ClusterStatusConditionType Upgradeable in ocp 4.1
Summary: ClusterOperator marketplace missing ClusterStatusConditionType Upgradeable in...
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: OLM
Version: 4.1.z
Hardware: Unspecified
OS: Unspecified
low
medium
Target Milestone: ---
: 4.1.z
Assignee: Evan Cordell
QA Contact: Fan Jia
URL:
Whiteboard:
Depends On: 1727023
Blocks:
TreeView+ depends on / blocked
 
Reported: 2020-04-08 09:16 UTC by Fan Jia
Modified: 2020-04-13 01:31 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-04-13 01:31:42 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

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.


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