services.k3s.extraKubeletConfig

Extra configuration to add to the kubelet's configuration file. The subset of the kubelet's configuration that can be configured via a file is defined by the KubeletConfiguration struct. See the documentation for further information.

Type
attribute set of anything
Default
{ }
Example
{
  containerLogMaxSize = "5Mi";
  memoryThrottlingFactor = 0.69;
  podsPerCore = 3;
}
Declared
<nixpkgs/nixos/modules/services/cluster/rancher/default.nix>