Bug 1596698
| Summary: | Need better display format when oc describe pod egress-dns-pod | ||||||
|---|---|---|---|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Weibin Liang <weliang> | ||||
| Component: | Networking | Assignee: | 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: |
|
||||||
Created attachment 1455510 [details]
egress-dns-pod yaml file
Upstream Kube owns the CLI rendering here. |
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.