change dns upstream condition for coredns (#8263)
upstream_dns_servers should change corefile config even resolvconf_mode=docker_dns
This commit is contained in:
parent
27ab364df5
commit
9afca43807
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ data:
|
||||||
{% endif %}
|
{% endif %}
|
||||||
}
|
}
|
||||||
prometheus :9153
|
prometheus :9153
|
||||||
{% if resolvconf_mode == 'host_resolvconf' and upstream_dns_servers is defined and upstream_dns_servers|length > 0 %}
|
{% if upstream_dns_servers is defined and upstream_dns_servers|length > 0 %}
|
||||||
forward . {{ upstream_dns_servers|join(' ') }} {
|
forward . {{ upstream_dns_servers|join(' ') }} {
|
||||||
prefer_udp
|
prefer_udp
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue