mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-13 21:34:40 +03:00
adds nodelocaldns_additional_configs to facilitate additional CoreDNS config options (#11657)
This commit is contained in:
@@ -64,6 +64,10 @@ Custom options to be added to the kubernetes coredns plugin.
|
||||
|
||||
Extra domains to be forwarded to the kubernetes coredns plugin.
|
||||
|
||||
### coredns_additional_configs
|
||||
|
||||
Extra configuration to be added to CoreDNS configuration
|
||||
|
||||
### coredns_rewrite_block
|
||||
|
||||
[Rewrite](https://coredns.io/plugins/rewrite/) plugin block to perform internal message rewriting.
|
||||
@@ -290,6 +294,10 @@ nodelocaldns_external_zones:
|
||||
|
||||
See [dns_etchosts](#dns_etchosts-coredns) above.
|
||||
|
||||
### nodelocaldns_additional_configs
|
||||
|
||||
Extra configuration to be added to CoreDNS configuration
|
||||
|
||||
### Nodelocal DNS HA
|
||||
|
||||
Under some circumstances the single POD nodelocaldns implementation may not be able to be replaced soon enough and a cluster upgrade or a nodelocaldns upgrade can cause DNS requests to time out for short intervals. If for any reason your applications cannot tolerate this behavior you can enable a redundant nodelocal DNS pod on each node:
|
||||
|
||||
Reference in New Issue
Block a user