2016-08-18 15:14:52 +00:00
|
|
|
---
|
|
|
|
# Existing search/nameserver resolvconf entries will be purged and
|
|
|
|
# ensured by this additional data:
|
|
|
|
|
|
|
|
# Max of 4 names is allowed and no more than 256 - 17 chars total
|
|
|
|
# (a 2 is reserved for the 'default.svc.' and'svc.')
|
|
|
|
#searchdomains:
|
|
|
|
# - foo.bar.lc
|
|
|
|
|
|
|
|
# Max of 2 is allowed here (a 1 is reserved for the dns_server)
|
|
|
|
#nameservers:
|
|
|
|
# - 127.0.0.1
|
2016-10-14 21:46:44 +00:00
|
|
|
|
2016-11-23 14:49:10 +00:00
|
|
|
# CoreOS cloud init config file to define /etc/resolv.conf content
|
|
|
|
# for hostnet pods and infra needs
|
|
|
|
resolveconf_cloud_init_conf: /etc/resolveconf_cloud_init.conf
|
|
|
|
|
2016-10-14 21:46:44 +00:00
|
|
|
# Versions
|
|
|
|
dnsmasq_version: 2.72
|
|
|
|
|
|
|
|
# Images
|
|
|
|
dnsmasq_image_repo: "andyshinn/dnsmasq"
|
2016-10-26 14:56:15 +00:00
|
|
|
dnsmasq_image_tag: "{{ dnsmasq_version }}"
|
|
|
|
|
|
|
|
# Skip dnsmasq setup
|
|
|
|
skip_dnsmasq: false
|
|
|
|
|
|
|
|
# Skip setting up dnsmasq daemonset
|
|
|
|
skip_dnsmasq_k8s: "{{ skip_dnsmasq }}"
|
2016-11-25 10:33:39 +00:00
|
|
|
|
|
|
|
# Limits for dnsmasq/kubedns apps
|
|
|
|
dns_cpu_limit: 100m
|
|
|
|
dns_memory_limit: 170Mi
|
|
|
|
dns_cpu_requests: 70m
|
|
|
|
dns_memory_requests: 70Mi
|