mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-17 19:20:10 -03:30
default to kubedns and set nxdomain in kubedns deployment if that's the dns_mode
This commit is contained in:
@@ -82,6 +82,9 @@ spec:
|
||||
- --server=127.0.0.1#10053
|
||||
{% if kube_log_level == '4' %}
|
||||
- --log-queries
|
||||
{% endif %}
|
||||
{% if dns_mode == 'kubedns' %}
|
||||
- --local=/{{ bogus_domains }}
|
||||
{% endif %}
|
||||
ports:
|
||||
- containerPort: 53
|
||||
|
||||
Reference in New Issue
Block a user