Kubernetes Cluster Node Pool Kubelet Config Args
Constructors
Properties
Specifies the allow list of unsafe sysctls command or patterns (ending in *
).
Specifies the maximum number of container log files that can be present for a container. must be at least 2.
Specifies the maximum size (e.g. 10MB) of container log file before it is rotated.
Is CPU CFS quota enforcement for containers enabled? Defaults to true
.
Specifies the CPU CFS quota period value.
Specifies the CPU Manager policy to use. Possible values are none
and static
,
Specifies the percent of disk usage above which image garbage collection is always run. Must be between 0
and 100
.
Specifies the percent of disk usage lower than which image garbage collection is never run. Must be between 0
and 100
.
Specifies the Topology Manager policy to use. Possible values are none
, best-effort
, restricted
or single-numa-node
.