nixpkgs/nixos/modules/services/cluster/kubernetes
Tristan Gosselin-Hane 5a03aa5a45 nixos/kubernetes: add extraConfig to kubelet config
Every now and then, kubernetes adds new configuration parameters to the
kubelet configuration. Since this is defined using a nix attrset which
is then converted to json/yaml, it would be nice to have an escape hatch
similar to the extraOpts one that exists for additional CLI arguments.
The typical use case would be to configure new settings before they are
officially supported in the nixos module.
2024-08-30 22:12:40 -04:00
..
addons nixos: remove all uses of lib.mdDoc 2024-04-13 10:07:35 -07:00
addon-manager.nix nixos: remove all uses of lib.mdDoc 2024-04-13 10:07:35 -07:00
apiserver.nix nixos/kubernetes: refactor feature gates to attrsOf bool, making it possible to disable featureGates 2024-08-01 07:51:34 +02:00
controller-manager.nix nixos/kubernetes: refactor feature gates to attrsOf bool, making it possible to disable featureGates 2024-08-01 07:51:34 +02:00
default.nix nixos/kubernetes: refactor feature gates to attrsOf bool, making it possible to disable featureGates 2024-08-01 07:51:34 +02:00
flannel.nix nixos/services.kubernetes.flannel: remove with lib; 2024-08-30 00:30:38 +02:00
kubelet.nix nixos/kubernetes: add extraConfig to kubelet config 2024-08-30 22:12:40 -04:00
pki.nix nixos: remove all uses of lib.mdDoc 2024-04-13 10:07:35 -07:00
proxy.nix nixos/kubernetes: refactor feature gates to attrsOf bool, making it possible to disable featureGates 2024-08-01 07:51:34 +02:00
scheduler.nix nixos/kubernetes: refactor feature gates to attrsOf bool, making it possible to disable featureGates 2024-08-01 07:51:34 +02:00