Skip to main content
FieldTypeDescriptionValue(s)
imagestringThe container image used to run the kubelet component.

The image reference should contain the tag, even if it is pinned by digest.
configUnstructuredProvide extra configuration for the kubelet.

There is no need to specify kind and apiVersion fields (they will be set automatically),
but the rest of the configuration should be provided as is.

See https://kubernetes.io/docs/reference/config-api/kubelet-config.v1beta1/ for the details of the configuration schema.
extraArgsArgsExtra command line arguments to supply to the kubelet.

It is preferable to use config field to provide configuration overrides.
clusterDNS[]stringThe ClusterDNS field is an optional reference to an alternative kubelet clusterDNS ip list.
defaultRuntimeSeccompProfileEnabledboolEnable container runtime default Seccomp profile.true
yes
false
no