Bug 1688122 - Missing version info for cluster operator console
Summary: Missing version info for cluster operator console
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Management Console
Version: 4.1.0
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
: 4.1.0
Assignee: Jakub Hadvig
QA Contact: Yadan Pei
URL:
Whiteboard:
Depends On:
Blocks: 1688131 1688132
TreeView+ depends on / blocked
 
Reported: 2019-03-13 07:59 UTC by Liang Xia
Modified: 2019-03-19 17:26 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
: 1688131 1688132 (view as bug list)
Environment:
Last Closed: 2019-03-19 17:26:15 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Liang Xia 2019-03-13 07:59:47 UTC
Description of problem:
Missing version info for clusteroperators console/openshift-authentication/openshift-cloud-credential-operator/service-ca/service-catalog-apiserver/service-catalog-controller-manager

Version-Release number of selected component (if applicable):
4.0.0-0.alpha-2019-03-12-005310

How reproducible:
Always

Steps to Reproduce:
1. $ oc get clusteroperators

Actual results:
$ oc get clusteroperators
NAME                                  VERSION                           AVAILABLE   PROGRESSING   FAILING   SINCE
cluster-autoscaler                    4.0.0-0.alpha-2019-03-12-005310   True        False         False     28h
console                                                                 True        False         False     28h
dns                                   4.0.0-0.alpha-2019-03-12-005310   True        False         False     28h
image-registry                        4.0.0-0.alpha-2019-03-12-005310   True        False         False     28h
ingress                               4.0.0-0.alpha-2019-03-12-005310   True        False         False     28h
kube-apiserver                        4.0.0-0.alpha-2019-03-12-005310   True        False         False     28h
kube-controller-manager               4.0.0-0.alpha-2019-03-12-005310   True        False         False     28h
kube-scheduler                        4.0.0-0.alpha-2019-03-12-005310   True        False         False     28h
machine-api                           4.0.0-0.alpha-2019-03-12-005310   True        False         False     28h
machine-config                        4.0.0-0.alpha-2019-03-12-005310   True        False         False     174m
marketplace-operator                  4.0.0-0.alpha-2019-03-12-005310   True        False         False     28h
monitoring                            4.0.0-0.alpha-2019-03-12-005310   False       False         True      58m
network                               4.0.0-0.alpha-2019-03-12-005310   True        False         False     28h
node-tuning                           4.0.0-0.alpha-2019-03-12-005310   True        False         False     28h
openshift-apiserver                   4.0.0-0.alpha-2019-03-12-005310   False       False         False     9s
openshift-authentication                                                True        False         False     12s
openshift-cloud-credential-operator                                     True        False         False     28h
openshift-controller-manager          4.0.0-0.alpha-2019-03-12-005310   True        False         False     28h
openshift-samples                     4.0.0-0.alpha-2019-03-12-005310   True        False         False     28h
operator-lifecycle-manager            0.8.1-25a917e                     True        False         False     28h
service-ca                                                              True        False         False     28h
service-catalog-apiserver                                               True        False         False     28h
service-catalog-controller-manager                                      True        False         False     28h
storage                               4.0.0-0.alpha-2019-03-12-005310   True        False         False     28h


Expected results:
All cluster operator should have version info.

Additional info:

Comment 1 Liang Xia 2019-03-13 08:14:52 UTC
Split the bug based on https://bugzilla.redhat.com/show_bug.cgi?id=1667360#c5

to ensure that we get real versions into all those operators before we ship.

Comment 2 Samuel Padgett 2019-03-13 14:20:51 UTC
https://github.com/openshift/console-operator/pull/168

Comment 3 Liang Xia 2019-03-14 05:05:00 UTC
$ oc get clusteroperators | grep console
console                               4.0.0-0.alpha-2019-03-14-014544   True        False         False     14m


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