mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-09 19:58:07 +03:00
8487: Allow override of default CoreDNS zone cache (#8488)
Using the coredns_cluster_zone_cache_block variable
This commit is contained in:
@@ -53,7 +53,7 @@ data:
|
||||
{% if enable_coredns_k8s_external %}
|
||||
k8s_external {{ coredns_k8s_external_zone }}
|
||||
{% endif %}
|
||||
cache 30
|
||||
{{ coredns_default_zone_cache_block | indent(width=8, first=False) }}
|
||||
loop
|
||||
reload
|
||||
loadbalance
|
||||
|
||||
Reference in New Issue
Block a user