Bug 1344898

Summary: New-line is missed for each route shown by oc get route
Product: OKD Reporter: Xingxing Xia <xxia>
Component: ocAssignee: Fabiano Franz <ffranz>
Status: CLOSED CURRENTRELEASE QA Contact: Xingxing Xia <xxia>
Severity: medium Docs Contact:
Priority: medium    
Version: 3.xCC: aos-bugs, bmeng, mmccomas
Target Milestone: ---Keywords: Regression
Target Release: ---   
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: 2016-09-19 13:51:49 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 2016-06-12 09:35:57 UTC
Description of problem:
New-line is missed for each route shown by oc get route, see below:
[xxia@pc_vm3 oc]$ oc get route
NAME       HOST/PORT                                             PATH      SERVICE        TERMINATION   LABELS
frontend   frontend-xxia-proj.router.default.svc.cluster.local             frontend:web                 app=ruby-sample-build,template=application-template-stibuildjenkins   jenkins-xxia-proj.router.default.svc.cluster.local             jenkins   edge      template=jenkins-ephemeral-templateroute-edge   www.example.com             frontend   edge      app=ruby-sample-build,template=application-template-stibuild[xxia@pc_vm3 oc]$


This also makes 'oc get all' results look ugly

Version-Release number of selected component (if applicable):
oc v1.3.0-alpha.1-251-ga19279f
kubernetes v1.3.0-alpha.1-331-g0522e63

How reproducible:
Always

Steps to Reproduce:
1. oc login, create project, create multiple routes
2. $ oc get route


Actual results:
2. After `oc get route` lists routes, for each route, each line misses new-line.

Expected results:
2. Should display an extra new-line for each route.

Additional info:
oc get <other type> doesn't have the problem.

Comment 1 Fabiano Franz 2016-06-20 14:13:14 UTC
Fixed in https://github.com/openshift/origin/pull/9405

Comment 2 Xingxing Xia 2016-06-21 02:57:32 UTC
Verified with:
oc v1.3.0-alpha.1-439-g604ae17
kubernetes v1.3.0-alpha.3-599-g2746284

Fixed. Thanks!