services.kubernetes.addons.dns.reconcileMode

Controls the addon manager reconciliation mode for the DNS addon.

Setting reconcile mode to EnsureExists makes it possible to tailor DNS behavior by editing the coredns ConfigMap.

See: https://github.com/kubernetes/kubernetes/blob/master/cluster/addons/addon-manager/README.md.

Type
one of "Reconcile", "EnsureExists"
Default
"Reconcile"
Declared
<nixpkgs/nixos/modules/services/cluster/kubernetes/addons/dns.nix>