services.k3s.extraKubeletConfig

NixOS option

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 in: nixos/modules/services/cluster/rancher/default.nixView source on NixOS/nixpkgs →