Bug 1673026
| Summary: | Kubernetes ExternalName Services that point to in-cluster resources broken | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Ben Browning <bbrownin> |
| Component: | Networking | Assignee: | Dan Mace <dmace> |
| Networking sub component: | router | QA Contact: | Hongan Li <hongli> |
| Status: | CLOSED ERRATA | Docs Contact: | |
| Severity: | unspecified | ||
| Priority: | unspecified | CC: | aos-bugs |
| Version: | 4.1.0 | Keywords: | NeedsTestCase |
| Target Milestone: | --- | ||
| Target Release: | 4.1.0 | ||
| 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-06-04 10:42:31 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: | |||
|
Description
Ben Browning
2019-02-06 13:42:44 UTC
verified with 4.0.0-0.nightly-2019-02-17-024922 and issue has been fixed. $ oc exec dns-default-64v7s -c dns -- coredns -version CoreDNS-1.3.1 linux/amd64, go1.10.8, $ oc rsh centos-pod sh-4.2$ sh-4.2$ nslookup external-external Server: 172.30.0.10 Address: 172.30.0.10#53 external-external.hongli.svc.cluster.local canonical name = redhat.com. Name: redhat.com Address: 209.132.183.105 sh-4.2$ sh-4.2$ nslookup external-internal Server: 172.30.0.10 Address: 172.30.0.10#53 external-internal.hongli.svc.cluster.local canonical name = image-registry.openshift-image-registry.svc.cluster.local. Name: image-registry.openshift-image-registry.svc.cluster.local Address: 172.30.174.31 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-2019:0758 |