Skip to content

CPU Manager Config

CPU manager config

Properties

PropertyTypeRequiredDescription
cpu-manager-policystringnoCPU management policy used by the kubelet. The “static” policy grants exclusive CPUs to Guaranteed pods requesting integer CPU limits. When set to “static”, a CPU reservation must be provided via kube-reserved or system-reserved

Allowed values: static, none.
cpu-manager-policy-optionsarray[string]noCPU manager policy options used by the kubelet. They refine the behavior of the “static” cpu-manager-policy and are only valid when the policy is “static”
cpu-manager-reconcile-periodstringnoCPU manager reconcile period used by the kubelet, as a duration string (for example “10s”).
kube-reservedResources reserved for kube or system components.noResources reserved for node components
system-reservedResources reserved for kube or system components.noResources reserved for system components
Last updated on