Use dnsmasq inside pods

This commit is contained in:
ant31
2016-03-18 15:07:33 +01:00
parent 0c315e0ff4
commit 6297e5ea93
9 changed files with 428 additions and 59 deletions

View File

@@ -1,6 +1,6 @@
#Listen on localhost
bind-interfaces
listen-address=127.0.0.1
listen-address=0.0.0.0
addn-hosts=/etc/hosts
@@ -17,4 +17,4 @@ server={{ srv }}
{% endif %}
# Forward k8s domain to kube-dns
server=/{{ dns_domain }}/{{ dns_server }}
server=/{{ dns_domain }}/{{ skydns_server }}