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.
Fixed in https://github.com/openshift/origin/pull/9405
Verified with: oc v1.3.0-alpha.1-439-g604ae17 kubernetes v1.3.0-alpha.3-599-g2746284 Fixed. Thanks!