Node Pool Node Config Kubelet Config Args
Constructors
Properties
Defines a comma-separated allowlist of unsafe sysctls or sysctl patterns which can be set on the Pods.
Defines the maximum number of container log files that can be present for a container.
Defines the maximum size of the container log file before it is rotated.
Enable CPU CFS quota enforcement for containers that specify CPU limits.
Set the CPU CFS quota period value 'cpu.cfs_period_us'.
Control the CPU management policy on the node.
Defines the percent of disk usage after which image garbage collection is always run.
Defines the percent of disk usage before which image garbage collection is never run. Lowest disk usage to garbage collect to.
Defines the maximum age an image can be unused before it is garbage collected.
Defines the minimum age for an unused image before it is garbage collected.
Controls whether the kubelet read-only port is enabled. It is strongly recommended to set this to FALSE
. Possible values: TRUE
, FALSE
.
Controls the maximum number of processes allowed to run in a pod.