mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-01 16:58:52 -03:30
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:
committed by
Kubernetes Prow Robot
parent
3af90f8772
commit
4ff851b302
@@ -62,7 +62,7 @@ ndots: 2
|
||||
dns_mode: coredns
|
||||
|
||||
# Enable nodelocal dns cache
|
||||
enable_nodelocaldns: False
|
||||
enable_nodelocaldns: true
|
||||
nodelocaldns_ip: 169.254.25.10
|
||||
|
||||
# Should be set to a cluster IP if using a custom cluster DNS
|
||||
|
||||
Reference in New Issue
Block a user