Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dns: Don't use dnsmasq service as container
This PR is going to use systemd dnsmasq service instead running it as part of container and then consuming it. It should work with current bundles and also updated bundle which doesn't have dnsmasq container cached. We are doing it because in future we want to use OVN-Kubernetes as network plugin for OCP/OKD and with our current solution it is not able to resolve the IP of the dnsmasq container so everything around dns is broken which this PR fixes. ``` === using openshift-sdn === $ oc rsh busybox-sleep-pod sh-5.1# ping 10.88.0.8 PING 10.88.0.8 (10.88.0.8) 56(84) bytes of data. 64 bytes from 10.88.0.8: icmp_seq=1 ttl=63 time=0.878 ms 64 bytes from 10.88.0.8: icmp_seq=2 ttl=63 time=0.068 ms === using ovn-k === sh-5.1# ping 10.88.0.8 PING 10.88.0.8 (10.88.0.8) 56(84) bytes of data. ^C --- 10.88.0.8 ping statistics --- 15 packets transmitted, 0 received, 100% packet loss, time 14368ms ```
- Loading branch information