nixpkgs/nixos/modules/services/cluster
Tristan Gosselin-Hane 2d54b2b048 nixos/kubernetes: allow setting multiple kubelet dns resolvers
The current kubernetes module only allows you to set a single DNS
resolver for the kubelet. Historically, this has not mattered as the
value was passed to a cli argument as a string and as per the kubelet's
configuration parsing mechanism, multiple values could be passed as a
comma-delimited string. However, recently, the module was refactored to
make configure kubernetes components via configuration files rather than
the deprecated command-line arguments. These files more strongly-typed
than CLI arguments and to pass multiple values, one must define a list
in the file. When this change was made, an incorrect assumption was made
that only a single DNS server could be specified and forced a
single-item list into this configuration file. We need to introduce a
breaking change to the module in order to allow the user to supply their
own list with however many dns resolvers they wish to use.
2024-08-30 22:17:00 -04:00
..
corosync
druid nixos/druid: init module 2024-07-28 06:54:13 +00:00
hadoop
k3s nixos/k3s: add containerdConfigTemplate option 2024-08-12 14:58:18 -07:00
kubernetes nixos/kubernetes: allow setting multiple kubelet dns resolvers 2024-08-30 22:17:00 -04:00
pacemaker
patroni
rke2
spark