cluster_spec_controlPlaneSpec_kubeadmConfigTemplate_clusterConfiguration_scheduler
cluster_spec_controlPlaneSpec_kubeadmConfigTemplate_clusterConfiguration_scheduler
Scheduler contains extra settings for the scheduler control plane component
JSON Example
{
"extraVolumes": [
{
"hostPath": "string",
"mountPath": "string",
"name": "string",
"pathType": "string",
"readOnly": false
}
]
}
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.
array of
cluster_spec_controlPlaneSpec_kubeadmConfigTemplate_clusterConfiguration_apiServer_extraVolumes
extraVolumes
Optional
ExtraVolumes is an extra set of host volumes, mounted to the control plane component.