Skip to main content
FieldTypeDescriptionValue(s)
enabledboolBy default, kube-controller-manager static pod is enabled.
Set to false to disable the kube-controller-manager (assuming it runs on other controlplane node).
imagestringThe container image used to run the kube-controller-manager component.

The image reference should contain the tag, even if it is pinned by digest.
extraArgsArgsExtra command line arguments to supply to the kube-controller-manager.
envmap[string]stringThe env field allows for the addition of environment variables for the kube-controller-manager.
resourcesResourcesConfigConfigure the kube-controller-manager resources.

resources

ResourcesConfig represents the pod resources.
FieldTypeDescriptionValue(s)
requestsUnstructuredRequests configures the reserved cpu/memory resources.
limitsUnstructuredLimits configures the maximum cpu/memory limits a pod can use.