All Products
Search
Document Center

Container Service for Kubernetes:kubelet_config

Last Updated:Apr 22, 2024
ParameterTypeDescriptionExample
object

The supported kubelet configurations.

registryPullQPSlong

The maximum queries per second (QPS) of image pulls.

5
registryBurstlong

The maximum size of a burst of image pulling.

10
eventRecordQPSlong

The maximum number of events that can be generated per second.

5
eventBurstlong

The maximum size of a burst of event creation.

10
kubeAPIQPSlong

The QPS when kubelet communicates with the Kubernetes API server.

5
kubeAPIBurstlong

The maximum size of a burst of requests that can be sent to the Kubernetes API server per second.

10
serializeImagePullsboolean

Specifies whether to pull one image at a time.

true
cpuManagerPolicystring

The CPU management policy that is used by kubelet.

none
evictionHardobject

A set of hard eviction thresholds for pods.

evictionSoftobject

A set of soft eviction thresholds for pods.

evictionSoftGracePeriodobject

A set of grace periods for eviction thresholds.

systemReservedobject

A set of configurations that specify reserved resources for the system.

kubeReservedobject

A set of configurations that specify reserved resources for the Kubernetes system.

readOnlyPortlong

The number of the read-only port.

0
maxPodslong

The maximum number of running pods.

110
containerLogMaxSizestring

The maximum size that a log file can reach before it is rotated.

10Mi
containerLogMaxFileslong

The maximum number of log files that can be stored in each container.

5
featureGatesobject

A feature gate that is used to enable an experimental feature.

allowedUnsafeSysctlsarray

The whitelisted unsafe sysctls.

string
net.core.somaxconn