Skip to content
Snippets Groups Projects
Commit 1418fb39 authored by Artem Panchenko's avatar Artem Panchenko
Browse files

Explicitly set config path for DNSMasq

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.
parent e4eda88c
No related branches found
No related tags found
No related merge requests found
......@@ -20,8 +20,8 @@ spec:
- dnsmasq
args:
- -k
- "-7"
- /etc/dnsmasq.d
- -C
- /etc/dnsmasq.d/01-kube-dns.conf
securityContext:
capabilities:
add:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment