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.
9 lines
355 B
9 lines
355 B
; generated by ansible
|
|
search {{ [ 'default.svc.' + dns_domain, 'svc.' + dns_domain, dns_domain ] | join(' ') }}
|
|
{% if inventory_hostname in groups['kube-master'] %}
|
|
nameserver {{ ansible_default_ipv4.address }}
|
|
{% else %}
|
|
{% for host in groups['kube-master'] %}
|
|
nameserver {{ hostvars[host]['ansible_default_ipv4']['address'] }}
|
|
{% endfor %}
|
|
{% endif %}
|