services.rke2.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 anythingDefault
{ }Example
declared in: nixos/modules/services/cluster/rancher/default.nixView source on NixOS/nixpkgs →{
containerLogMaxSize = "5Mi";
memoryThrottlingFactor = 0.69;
podsPerCore = 3;
}