| Field | Type | Description | Value(s) |
|---|---|---|---|
enabled | bool | By default, kube-controller-manager static pod is enabled. Set to false to disable the kube-controller-manager (assuming it runs on other controlplane node). | |
image | string | The container image used to run the kube-controller-manager component. The image reference should contain the tag, even if it is pinned by digest. | |
extraArgs | Args | Extra command line arguments to supply to the kube-controller-manager. | |
env | map[string]string | The env field allows for the addition of environment variables for the kube-controller-manager. | |
resources | ResourcesConfig | Configure the kube-controller-manager resources. |
resources
ResourcesConfig represents the pod resources.| Field | Type | Description | Value(s) |
|---|---|---|---|
requests | Unstructured | Requests configures the reserved cpu/memory resources. | |
limits | Unstructured | Limits configures the maximum cpu/memory limits a pod can use. |