mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-23 03:45:03 -02:30
Merge pull request #954 from artem-panchenko/improve_dnsmasq
Explicitly set config path for DNSMasq
This commit is contained in:
@@ -20,8 +20,8 @@ spec:
|
|||||||
- dnsmasq
|
- dnsmasq
|
||||||
args:
|
args:
|
||||||
- -k
|
- -k
|
||||||
- "-7"
|
- -C
|
||||||
- /etc/dnsmasq.d
|
- /etc/dnsmasq.d/01-kube-dns.conf
|
||||||
securityContext:
|
securityContext:
|
||||||
capabilities:
|
capabilities:
|
||||||
add:
|
add:
|
||||||
|
|||||||
Reference in New Issue
Block a user