Skip to content
Snippets Groups Projects
Unverified Commit bbb1da1a authored by RongZhang's avatar RongZhang Committed by GitHub
Browse files

Fix default_resolver is undefined

fix issues #2265
parent cf183288
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ server={{ srv }}
{% endfor %}
{% 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 #}
server={{ default_resolver }}
server={{ cloud_resolver }}
{% endif %}
{% if kube_log_level == '4' %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment