Description of problem: When describing a pod the port information is not shown. Version-Release number of selected component (if applicable): $ oc version oc v3.0.0.1-5-g279b678 kubernetes v0.17.1-804-g496be63 How reproducible: 100% Steps to Reproduce: 1. $ oc describe pod hello-openshift Actual results: Name: hello-openshift Image(s): openshift/hello-openshift:v0.4.3 Host: node01-b66c.oslab.opentlc.com/192.168.0.201 Labels: name=hello-openshift Status: Running IP: 10.1.1.2 Replication Controllers: <none> Containers: hello-openshift: Image: openshift/hello-openshift:v0.4.3 State: Running Started: Wed, 07 Oct 2015 13:16:15 -0400 Ready: True Restart Count: 0 Conditions: Type Status Ready True No events. Expected results: The information shown should match that seen by the console. Example (text from console): Pods hello-openshift Status: Running Node: node01-b66c.oslab.opentlc.com (192.168.0.201) IP on node: 10.1.1.2 Restart policy: Always Volumes: default-token-sr650 Pod template: hello-openshift Image: openshift/hello-openshift:v0.4.3 Ports: 8080 (TCP) ⟶ 36061 Additional info:
Fixed in master, the pod describer now displays the port for each container.
verified on oc v3.3.0.2 openshift v3.2.1.5-1-g71b9ccf Ports are described in the same way as web console. Ports: 3306/TCP
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2016:1933