Default back to host_resolvconf dns mode

Change-Id: I20335ddfd64377271c8ca6eef6917d314008b6df
This commit is contained in:
Matthew Mosesohn 2017-01-16 12:57:50 +03:00
parent 47f83f7e5b
commit 9597ca0680
1 changed files with 4 additions and 3 deletions

View File

@ -41,6 +41,7 @@ nameservers:
upstream_dns_servers:
- 8.8.4.4
# Skip dnsmasq setup, use kubedns directly, with a limitation of max 3 of the
# name/upstream_dns servers in the host's /etc/resolv.conf.
#skip_dnsmasq: true
# Configure how we tell pods how to find DNS. Upstream uses docker_dns, which
# breaks host k8s resolution. We are using host_resolvconf configuration which
# has some bugs when DHCP is enabled.
resolvconf_mode: host_resolvconf