mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-15 06:14:22 +03:00
Merge pull request #2299 from riverzhang/patch-4
Fix default_resolver is undefined
This commit is contained in:
@@ -22,7 +22,7 @@ server={{ srv }}
|
|||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% elif resolvconf_mode == 'host_resolvconf' %}
|
{% elif resolvconf_mode == 'host_resolvconf' %}
|
||||||
{# The default resolver is only needed when the hosts resolv.conf was modified by us. If it was not modified, we can rely on dnsmasq to reuse the systems resolv.conf #}
|
{# The default resolver is only needed when the hosts resolv.conf was modified by us. If it was not modified, we can rely on dnsmasq to reuse the systems resolv.conf #}
|
||||||
server={{ default_resolver }}
|
server={{ cloud_resolver }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if kube_log_level == '4' %}
|
{% if kube_log_level == '4' %}
|
||||||
|
|||||||
Reference in New Issue
Block a user