mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-05-25 01:27:47 -02:30
Allow the DNS stack to be backward compatible with an old dns_domain (#10630)
Handle all old dns domains: - for nodelocaldns: in the same server block as the current dns_domain - for coredns: uffix rewrite of each of the old dns domains to the current one
This commit is contained in:
@@ -32,7 +32,7 @@ data:
|
||||
}
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
{{ dns_domain }}:53 {
|
||||
{{ ([dns_domain] + old_dns_domains) | join(' ') }}:53 {
|
||||
errors
|
||||
cache {
|
||||
success 9984 30
|
||||
|
||||
Reference in New Issue
Block a user