Skip to content
Snippets Groups Projects
Unverified Commit 1b3c2dab authored by Kay Yan's avatar Kay Yan Committed by GitHub
Browse files

add_max_concurrent_in_coredns (#9307)

parent 76573bf2
No related branches found
No related tags found
No related merge requests found
......@@ -49,10 +49,12 @@ data:
{% if upstream_dns_servers is defined and upstream_dns_servers|length > 0 %}
forward . {{ upstream_dns_servers|join(' ') }} {
prefer_udp
max_concurrent 1000
}
{% else %}
forward . /etc/resolv.conf {
prefer_udp
max_concurrent 1000
}
{% endif %}
{% if enable_coredns_k8s_external %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment