mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-06-02 01:27:58 +00:00
1418fb394b
When DNSMasq is configured to read its settings
from a folder ('-7' or '--conf-dir' option) it only
checks that the directory exists and doesn't fail if
it's empty. It could lead to a situation when DNSMasq
is running and handles requests, but not properly
configured, so some of queries can't be resolved.