Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1596698

Summary: Need better display format when oc describe pod egress-dns-pod
Product: OpenShift Container Platform Reporter: Weibin Liang <weliang>
Component: NetworkingAssignee: Dan Mace <dmace>
Networking sub component: router QA Contact: zhaozhanqi <zzhao>
Status: CLOSED UPSTREAM Docs Contact:
Severity: low    
Priority: unspecified CC: aos-bugs
Version: 3.10.0   
Target Milestone: ---   
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: 2019-01-29 21:16:23 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:
Attachments:
Description Flags
egress-dns-pod yaml file none

Description Weibin Liang 2018-06-29 13:28:21 UTC
Description of problem:


Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1. oc create -f egress-dns-pod.yaml to create an egress router dns pod which include multiple destinations
2. oc describe pod egress-dns-pod

Actual results:
[root@openshift-master /]# oc describe pod egress-dns-pod

    Environment:
      EGRESS_DNS_PROXY_DEBUG:        1
      EGRESS_DNS_PROXY_DESTINATION:  80     www.google.com
8000   209.82.215.211 80
8001   www.yahoo.com  80


Expected results:

Environment:
      EGRESS_DNS_PROXY_DEBUG:        1
      EGRESS_DNS_PROXY_DESTINATION:  80     www.google.com
                                     8000   209.82.215.211 80
                                     8001   www.yahoo.com  80

Additional info:
egress-dns-pod.yaml is attached.

Comment 1 Weibin Liang 2018-06-29 13:30:20 UTC
Created attachment 1455510 [details]
egress-dns-pod yaml file

Comment 2 Dan Mace 2019-01-29 21:16:23 UTC
Upstream Kube owns the CLI rendering here.