mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-24 06:26:04 -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
@@ -21,5 +21,5 @@ cert_manager_enabled: true
|
||||
metrics_server_enabled: true
|
||||
kube_token_auth: true
|
||||
kube_basic_auth: true
|
||||
enable_nodelocaldns: true
|
||||
enable_nodelocaldns: false
|
||||
local_path_provisioner_enabled: true
|
||||
|
||||
Reference in New Issue
Block a user