Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface KubeletConfig

Package version

See AKS custom node configuration for more details.

Hierarchy

  • KubeletConfig

Index

Properties

Optional allowedUnsafeSysctls

allowedUnsafeSysctls: string[]

Allowed list of unsafe sysctls or unsafe sysctl patterns (ending in *).

Optional containerLogMaxFiles

containerLogMaxFiles: undefined | number

The maximum number of container log files that can be present for a container. The number must be ≥ 2.

Optional containerLogMaxSizeMB

containerLogMaxSizeMB: undefined | number

The maximum size (e.g. 10Mi) of container log file before it is rotated.

Optional cpuCfsQuota

cpuCfsQuota: undefined | false | true

The default is true.

Optional cpuCfsQuotaPeriod

cpuCfsQuotaPeriod: undefined | string

The default is '100ms.' Valid values are a sequence of decimal numbers with an optional fraction and a unit suffix. For example: '300ms', '2h45m'. Supported units are 'ns', 'us', 'ms', 's', 'm', and 'h'.

Optional cpuManagerPolicy

cpuManagerPolicy: undefined | string

The default is 'none'. See Kubernetes CPU management policies for more information. Allowed values are 'none' and 'static'.

Optional failSwapOn

failSwapOn: undefined | false | true

If set to true it will make the Kubelet fail to start if swap is enabled on the node.

Optional imageGcHighThreshold

imageGcHighThreshold: undefined | number

To disable image garbage collection, set to 100. The default is 85%

Optional imageGcLowThreshold

imageGcLowThreshold: undefined | number

This cannot be set higher than imageGcHighThreshold. The default is 80%

Optional podMaxPids

podMaxPids: undefined | number

The maximum number of processes per pod.

Optional topologyManagerPolicy

topologyManagerPolicy: undefined | string

For more information see Kubernetes Topology Manager. The default is 'none'. Allowed values are 'none', 'best-effort', 'restricted', and 'single-numa-node'.

Generated using TypeDoc