services.kubernetes.addons.dns.reconcileMode

NixOS option

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 in: nixos/modules/services/cluster/kubernetes/addons/dns.nixView source on NixOS/nixpkgs →