Enable nodelocaldns by default (#4461)

* Enable nodelocaldns by default

* Enable nodelocaldns by default

* nodelocaldns is now default

* Disable enable_nodelocaldns for the addons CI jobs

Disable enable_nodelocaldns for the addons CI jobs to make sure things still work without nodelocaldns
This commit is contained in:
Andreas Krüger
2019-04-11 09:24:08 +02:00
committed by Kubernetes Prow Robot
parent 3af90f8772
commit 4ff851b302
3 changed files with 3 additions and 3 deletions

View File

@@ -132,7 +132,7 @@ dns_mode: coredns
# Set manual server if using a custom cluster DNS server
# manual_dns_server: 10.x.x.x
# Enable nodelocal dns cache
enable_nodelocaldns: False
enable_nodelocaldns: true
nodelocaldns_ip: 169.254.25.10
# Can be docker_dns, host_resolvconf or none