c12s-kubespray/roles/dnsmasq
Sergii Golovatiuk 61d05dea58 Allow to specify number of concurrent DNS queries
ndots creates overhead as every pod creates 5 concurrent connections
that are forwarded to sky dns. Under some circumstances dnsmasq may
prevent forwarding traffic with "Maximum number of concurrent DNS
queries reached" in the logs.

This patch allows to configure the number of concurrent forwarded DNS
queries "dns-forward-max" as well as "cache-size" leaving the default
values as they were before.

Signed-off-by: Sergii Golovatiuk <sgolovatiuk@mirantis.com>
2017-01-19 11:47:37 +01:00
..
defaults Allow to specify number of concurrent DNS queries 2017-01-19 11:47:37 +01:00
library Fix kubedns idempotency 2016-09-13 16:49:51 +03:00
meta Introduce dns_mode and resolvconf_mode and implement docker_dns mode 2017-01-05 23:38:51 +01:00
tasks Address standalone kubelet config case 2016-12-13 16:35:53 +01:00
templates Allow to specify number of concurrent DNS queries 2017-01-19 11:47:37 +01:00