Parameter | Type | Description | Example |
---|---|---|---|
object | The supported kubelet configurations. | ||
registryPullQPS | long | The queries per second (QPS) limit of registry pulling. | 5 |
registryBurst | long | The maximum size of a burst of image pulling. | 10 |
eventRecordQPS | long | The maximum number of events that can be generated per second. | 5 |
eventBurst | long | The maximum size of a burst of event creation. | 10 |
kubeAPIQPS | long | The QPS when kubelet communicates with the Kubernetes API server. | 5 |
kubeAPIBurst | long | The maximum number of burst requests sent to the API server per second. | 10 |
serializeImagePulls | boolean | Specifies whether to pull one image at a time. | true |
cpuManagerPolicy | string | The CPU management policy that is used by kubelet. | none |
evictionHard | object | A set of hard eviction thresholds for pods. | |
evictionSoft | object | A set of soft eviction thresholds for pods. | |
evictionSoftGracePeriod | object | A set of grace periods for eviction thresholds. | |
systemReserved | object | A set of configurations that specify reserved resources for the system. | |
kubeReserved | object | A set of configurations that specify reserved resources for the Kubernetes system. | |
readOnlyPort | long | The read-only port. | 0 |
maxPods | long | The maximum number of running pods. | 110 |
containerLogMaxSize | string | The maximum size that a log file can reach before it is rotated. | 10Mi |
containerLogMaxFiles | long | The maximum number of log files that can be stored in each container. | 5 |
featureGates | object | A feature gate that is used to enable an experimental feature. | |
allowedUnsafeSysctls | array | The whitelisted unsafe sysctls. | |
string | The whitelisted unsafe sysctls. | net.core.somaxconn |