Bug 1690263

Summary: Make `oc get --watch CR` show more info like without `--watch`
Product: OpenShift Container Platform Reporter: Xingxing Xia <xxia>
Component: ocAssignee: Mike Dame <mdame>
Status: CLOSED DUPLICATE QA Contact: Xingxing Xia <xxia>
Severity: medium Docs Contact:
Priority: medium    
Version: 4.1.0CC: aos-bugs, jokerman, lxia, mdame, mfojtik, mmccomas
Target Milestone: ---   
Target Release: 4.1.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-04-05 19:53:52 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 Xingxing Xia 2019-03-19 07:52:22 UTC
Description of problem:
Make `oc get --watch CR` show info like without `--watch`

Version-Release number of selected component (if applicable):
oc version --short
Client Version: v4.0.22
Server Version: v1.12.4+befe71b

How reproducible:
Always

Steps to Reproduce:
1. Check some CR:
$ oc get co
NAME                                  VERSION                             AVAILABLE   PROGRESSING   FAILING   SINCE
authentication                        4.0.0-0.nightly-2019-03-19-004004   True        False         False     150m
...

$ oc get clusterversion
NAME      VERSION                             AVAILABLE   PROGRESSING   SINCE   STATUS
version   4.0.0-0.nightly-2019-03-19-004004   True        False         146m    Cluster version is 4.0.0-0.nightly-2019-03-19-004004

$ oc get apiservice
NAME                                     SERVICE                                                                  AVAILABLE   AGE
...
v1beta1.metrics.k8s.io                   openshift-monitoring/prometheus-adapter                                  True        148m
...

2. User wants to watch the CR's status (like the AVAILABLE column) by --watch:
$ oc get co -w
NAME                                  AGE
authentication                        154m
...


Actual results:
2. With --watch, only shows NAME and AGE, no other info like without --watch

Expected results:
2. Show same columns no matter with or without --watch

Additional info:

Comment 2 Mike Dame 2019-04-05 19:53:52 UTC

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