cluster_spec_controlPlaneSpec_kubeadmConfigTemplate_clusterConfiguration_controllerManager

cluster_spec_controlPlaneSpec_kubeadmConfigTemplate_clusterConfiguration_controllerManager
cluster_spec_controlPlaneSpec_kubeadmConfigTemplate_clusterConfiguration_controllerManager

ControllerManager contains extra settings for the controller manager control plane component

JSON Example
{
    "extraArgs": {
        "key": "extraArgs"
    },
    "extraVolumes": [
        {
            "mountPath": "mountPath",
            "name": "name",
            "readOnly": true,
            "pathType": "pathType",
            "hostPath": "hostPath"
        },
        {
            "mountPath": "mountPath",
            "name": "name",
            "readOnly": true,
            "pathType": "pathType",
            "hostPath": "hostPath"
        }
    ]
}
object
extraArgs
Optional

ExtraArgs is an extra set of flags to pass to the control plane component. TODO: This is temporary and ideally we would like to switch all components to use ComponentConfig + ConfigMaps.

extraVolumes
Optional

ExtraVolumes is an extra set of host volumes, mounted to the control plane component.