Browse Source
Merge pull request #2299 from riverzhang/patch-4
Fix default_resolver is undefined
pull/2302/head
Antoine Legrand
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
roles/dnsmasq/templates/01-kube-dns.conf.j2
@ -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' %}