Bug 2119362
| Summary: | submariner GW pods are unable to resolve the DNS of the Broker K8s API URL | ||
|---|---|---|---|
| Product: | Red Hat Advanced Cluster Management for Kubernetes | Reporter: | daniel parkes <dparkes> |
| Component: | Submariner | Assignee: | Vishal Thapar <vthapar> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Noam Manos <nmanos> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rhacm-2.6.z | CC: | dfarrell, ecai, maafried, nyechiel, skitt |
| Target Milestone: | --- | Keywords: | Reopened |
| Target Release: | rhacm-2.7 | Flags: | nyechiel:
rhacm-2.7+
nyechiel: rhacm-2.7.z+ |
| 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: | 2023-01-31 21:49:34 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
daniel parkes
2022-08-18 13:01:06 UTC
This has been fixed upstream and backported to all the relevant release branches. Waiting on a release to get this fix downstream. Hi @daniel parkes, can you specify the exact steps (commands if possible) to reproduce this scenario ? For example, where (on the Hub or on the managed Cluster), and how should we create the DNS operator with a forwarding rule for CoreDNS ? Hi, Sorry for the delay I was away on PTO, so the idea here is that the Submariner GW pod has changed its networking policy from: 'DNSpolicy: Clusterfirst' to: 'DnsPolicy: ClusterFirstWithHostNet' So the first check would be on the submariner pods that the options'DnsPolicy: ClusterFirstWithHostNet' is now in place. A second check could be to configure a custom DNS server on the OCP cluster and check that you can resolve names from that custom DNS server from inside the Submariner pods. Info on Pod DNS policy: https://kubernetes.io/docs/concepts/services-networking/dns-pod-service/#pod-s-dns-policy Info on setting a custom DNS server: https://docs.openshift.com/container-platform/4.11/networking/dns-operator.html#nw-dns-forward_dns-operator Regards. |