nixpkgs/nixos/doc/manual
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
..
administration Merge pull request #300705 from JulienMalka/official-wiki 2024-04-01 18:59:20 +02:00
configuration nixos/doc: add userborn section 2024-08-26 13:53:45 +02:00
development treewide: fix doc typos 2024-07-26 00:55:13 +02:00
installation remove NIX_PATH from nixos-install step 2024-08-03 18:07:41 +02:00
release-notes nixos/kubernetes: allow setting multiple kubelet dns resolvers 2024-08-30 22:17:00 -04:00
common.nix
contributing-to-this-manual.chapter.md doc: Update manuals bespoke syntax 2024-01-25 16:33:35 +01:00
default.nix doc: Use substitute --replace-fail in manuals 2024-05-02 23:19:15 +02:00
manual.md
nixos-options.md
preface.md
README.md
shell.nix web-devmode: call as package 2024-07-26 13:43:59 -07:00