Bug 1812151 - population of the version field in the instances UI page
Summary: population of the version field in the instances UI page
Keywords:
Status: CLOSED DEFERRED
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Management Console
Version: 4.4
Hardware: Unspecified
OS: Unspecified
low
low
Target Milestone: ---
: 4.6.0
Assignee: Evan Cordell
QA Contact: Jian Zhang
URL:
Whiteboard:
Depends On:
Blocks: 1716329
TreeView+ depends on / blocked
 
Reported: 2020-03-10 16:06 UTC by Nahshon Unna-Tsameret
Modified: 2020-06-18 18:57 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-06-18 18:57:53 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Comment 2 Nahshon Unna-Tsameret 2020-06-03 13:50:43 UTC
example of HCO operator CR's status field:

status:
  conditions:
  - lastHeartbeatTime: 2020-06-03T13:46:27Z
    lastTransitionTime: 2020-06-03T09:20:27Z
    message: Reconcile completed successfully
    reason: ReconcileCompleted
    status: "True"
    type: ReconcileComplete
  - lastHeartbeatTime: 2020-06-03T13:46:27Z
    lastTransitionTime: 2020-06-03T13:33:21Z
    message: Reconcile completed successfully
    reason: ReconcileCompleted
    status: "True"
    type: Available
  - lastHeartbeatTime: 2020-06-03T13:46:27Z
    lastTransitionTime: 2020-06-03T12:01:30Z
    message: Reconcile completed successfully
    reason: ReconcileCompleted
    status: "False"
    type: Progressing
  - lastHeartbeatTime: 2020-06-03T13:46:27Z
    lastTransitionTime: 2020-06-03T13:33:21Z
    message: Reconcile completed successfully
    reason: ReconcileCompleted
    status: "False"
    type: Degraded
  - lastHeartbeatTime: 2020-06-03T13:46:27Z
    lastTransitionTime: 2020-06-03T13:33:21Z
    message: Reconcile completed successfully
    reason: ReconcileCompleted
    status: "True"
    type: Upgradeable
    ...
  versions:
  - name: operator
    version: 1.1.1

Comment 3 Samuel Padgett 2020-06-18 18:57:53 UTC
We have since removed the Versions table column from this page (Bug 1829052), so this bug no longer applies.

https://github.com/openshift/console/pull/5310


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