Description of problem: When oc describe resource or resources, the last line lost a '\n' which makes the command prompt line next to it. E.g "No events.[root@ip-xxx ~]# " Version-Release number of selected component (if applicable): oc v3.3.0.24 How reproducible: Always Steps to Reproduce: 1. Make sure there are resources, Eg. svc/docker-registry svc/router in default namespace 2. Check the last line by `svc/docker-registry svc/router` Actual results: The command prompt line is next to the last line. "No events.[root@ipxxx ~]# " 1) # oc describe svc/docker-registry Name: docker-registry ... Session Affinity: ClientIP No events.[root@ip-xxx ~]# 2) # oc describe svc/docker-registry svc/router Name: docker-registry ... Session Affinity: ClientIP No events. Name: router ... Session Affinity: None No events.[root@ip-xxx ~]# Expected results: There should be at least one '\n' after the last line Additional info:
Fixed in https://github.com/openshift/origin/pull/10653