Skip to content
Snippets Groups Projects
Commit c0221c2e authored by Hedayat Vatankhah's avatar Hedayat Vatankhah
Browse files

Add --dns-loop-detect to dnsmasq used in kube-dns

It prevents DNS loops when host's DNS server is a localhost DNS server,
or when DNS server of cluster is also added as an upstream DNS server
parent 95f1e463
No related branches found
No related tags found
No related merge requests found
...@@ -127,6 +127,7 @@ spec: ...@@ -127,6 +127,7 @@ spec:
- -- - --
- -k - -k
- --cache-size=1000 - --cache-size=1000
- --dns-loop-detect
- --log-facility=- - --log-facility=-
- --server=/{{ dns_domain }}/127.0.0.1#10053 - --server=/{{ dns_domain }}/127.0.0.1#10053
- --server=/in-addr.arpa/127.0.0.1#10053 - --server=/in-addr.arpa/127.0.0.1#10053
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment