summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/rangehttpserver
diff options
context:
space:
mode:
authorTristan Gosselin-Hane <starcraft66@gmail.com>2024-08-30 22:17:00 -0400
committerTristan Gosselin-Hane <starcraft66@gmail.com>2024-08-30 22:17:00 -0400
commit2d54b2b0486fe1d07bfdd93656452584d82d3595 (patch)
tree715dd0937557684775f7bab825da067675486fc2 /pkgs/development/python-modules/rangehttpserver
parent4b52ee12147f07ba91df9e6a8ae78cf7cba96e7d (diff)
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.
Diffstat (limited to 'pkgs/development/python-modules/rangehttpserver')
0 files changed, 0 insertions, 0 deletions