[feat] Add custom options to coredns kubernets plugin (#9608)

This commit is contained in:
Marijn van der Giesen
2022-12-28 03:21:27 +01:00
committed by GitHub
parent 2c2e608eac
commit ab80342750
4 changed files with 16 additions and 0 deletions

View File

@@ -208,6 +208,9 @@ enable_coredns_k8s_endpoint_pod_names: false
# Set forward options for upstream DNS servers in coredns (and nodelocaldns) config
# dns_upstream_forward_extra_opts:
# policy: sequential
# Apply extra options to coredns kubernetes plugin
# coredns_kubernetes_extra_opts:
# - 'fallthrough example.local'
# Can be docker_dns, host_resolvconf or none
resolvconf_mode: host_resolvconf