CPU Manager Config
CPU manager config
Properties
| Property | Type | Required | Description |
|---|---|---|---|
cpu-manager-policy | string | no | CPU 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-options | array[string] | no | CPU 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-period | string | no | CPU manager reconcile period used by the kubelet, as a duration string (for example “10s”). |
kube-reserved | Resources reserved for kube or system components. | no | Resources reserved for node components |
system-reserved | Resources reserved for kube or system components. | no | Resources reserved for system components |
Last updated on