mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-09 19:58:07 +03:00
[feature] Add coredns_additional_configs to handle any extra configurations for coredns deployment (#10023) (#10025)
This commit is contained in:
@@ -31,6 +31,9 @@ data:
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
.:53 {
|
||||
{% if coredns_additional_configs is defined %}
|
||||
{{ coredns_additional_configs | indent(width=8, first=False) }}
|
||||
{% endif %}
|
||||
errors
|
||||
health {
|
||||
lameduck 5s
|
||||
|
||||
Reference in New Issue
Block a user