redhat-performance / jetlag

Automation to deploy Bare-metal OpenShift leveraging the Assisted-Installer
Apache License 2.0
27 stars 41 forks source link

Research and potentially Swap dnsmasq with coredns #321

Open akrzos opened 1 year ago

akrzos commented 1 year ago

We need to replace dnsmasq on the bastion with coredns to see if the ANY query issue occurs. It plagues ipv4 and ipv6 disconnected clusters during the post deploy phase or anytime configuring alertmanager or anything else which depends on resolving an address that is not a kube endpoint while attempting to resolve it. Those queries get forwarded to dnsmasq and can bog dns down to a crawl causing many issues (that eventually resolve themselves)

akrzos commented 1 year ago

342 is the first attempt to close this

akrzos commented 9 months ago

At this point it is safe to say that the default should just be set to coredns, and after several weeks of running that default it would be safe to remove the dnsmasq roles.