The module is enabled by default in the Default
bundle.
The module is disabled by default in the following bundles: Managed
, Minimal
.
The module does not require any configuration (it works right out-of-the-box).
Pay attention to the following:
- The module works with all
CNIs
, but in order to work correctly withcni-cilium
, a number of conditions must be met. - By default, when used together with the
cni-simple-bridge
orcni-flannel
modules, thenode-local-dns
module does not work for requests fromhostNetwork
. In this case, all requests go to thekube-dns
module. You can specify the address169.254.20.10
in the pod configuration, but ifnode-local-dns
module crashes, there will be no fallback to thekube-dns
module.