Get Kubernetes Node Pools Nodepool Kubelet Configuration
Constructors
Properties
Allowed sysctl mode whitelist.
The list of IP addresses of the cluster DNS servers.
The maximum number of log files that can exist in each container.
The maximum size that can be reached before a log file is rotated.
Specifies the maximum number of concurrent workers required to perform log rotation operations.
Specifies the duration for which container logs are monitored for log rotation.
CPU CFS quota constraint switch.
CPU CFS quota period value.
Same as cpuManagerPolicy. The name of the policy to use. Requires the CPUManager feature gate to be enabled. Valid value is none
or static
.
Same as eventBurst. The maximum size of a burst of event creations, temporarily allows event creations to burst to this number, while still not exceeding event_record_qps
. It is only used when event_record_qps
is greater than 0. Valid value is [0-100]
.
Same as eventRecordQPS. The maximum event creations per second. If 0, there is no limit enforced. Valid value is [0-50]
.
Same as evictionHard. The map of signal names to quantities that defines hard eviction thresholds. For example: {"memory.available" = "300Mi"}
.
Same as evictionSoft. The map of signal names to quantities that defines soft eviction thresholds. For example: {"memory.available" = "300Mi"}
.
Same as evictionSoftGracePeriod. The map of signal names to quantities that defines grace periods for each soft eviction signal. For example: {"memory.available" = "30s"}
.
Feature switch to enable configuration of experimental features.
If the image usage exceeds this threshold, image garbage collection will continue.
Image garbage collection is not performed when the image usage is below this threshold.
Same as kubeAPIBurst. The burst to allow while talking with kubernetes api-server. Valid value is [0-100]
.
Same as kubeAPIQPS. The QPS to use while talking with kubernetes api-server. Valid value is [0-50]
.
Same as kubeReserved. The set of ResourceName=ResourceQuantity (e.g. cpu=200m,memory=150G) pairs that describe resources reserved for kubernetes system components. Currently, cpu, memory and local storage for root file system are supported. See compute resources for more details.
The policy to be used by the memory manager.
The maximum number of PIDs that can be used in a Pod.
Read-only port number.
Same as registryBurst. The maximum size of burst pulls, temporarily allows pulls to burst to this number, while still not exceeding registry_pull_qps
. Only used if registry_pull_qps
is greater than 0. Valid value is [0-100]
.
Same as registryPullQPS. The limit of registry pulls per second. Setting it to 0
means no limit. Valid value is [0-50]
.
Reserve memory for NUMA nodes.
Same as serializeImagePulls. When enabled, it tells the Kubelet to pull images one at a time. We recommend not changing the default value on nodes that run docker daemon with version < 1.9 or an Aufs storage backend. Valid value is true
or false
.
Same as systemReserved. The set of ResourceName=ResourceQuantity (e.g. cpu=200m,memory=150G) pairs that describe resources reserved for non-kubernetes components. Currently, only cpu and memory are supported. See compute resources for more details.
Name of the Topology Manager policy used.
OpenTelemetry tracks the configuration information for client settings versioning.