mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-10 04:08:02 +03:00
feat(coredns): coredns_rewrite_block to perform internal message rewriting (#10045)
Signed-off-by: Maxime Leroy <19607336+maxime1907@users.noreply.github.com>
This commit is contained in:
@@ -38,6 +38,9 @@ data:
|
||||
health {
|
||||
lameduck 5s
|
||||
}
|
||||
{% if coredns_rewrite_block is defined %}
|
||||
{{ coredns_rewrite_block | indent(width=8, first=False) }}
|
||||
{% endif %}
|
||||
ready
|
||||
kubernetes {{ dns_domain }} {% if coredns_kubernetes_extra_domains is defined %}{{ coredns_kubernetes_extra_domains }} {% endif %}{% if enable_coredns_reverse_dns_lookups %}in-addr.arpa ip6.arpa {% endif %}{
|
||||
pods insecure
|
||||
|
||||
Reference in New Issue
Block a user