k8s-sig-cluster-lifecycleawskubesprayhigh-availabilityansiblekubernetes-clustergcekubernetesbare-metal
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
597 B
25 lines
597 B
---
|
|
# 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
|
|
|
|
# Versions
|
|
dnsmasq_version: 2.72
|
|
|
|
# Images
|
|
dnsmasq_image_repo: "andyshinn/dnsmasq"
|
|
dnsmasq_image_tag: "{{ dnsmasq_version }}"
|
|
|
|
# Skip dnsmasq setup
|
|
skip_dnsmasq: false
|
|
|
|
# Skip setting up dnsmasq daemonset
|
|
skip_dnsmasq_k8s: "{{ skip_dnsmasq }}"
|