MasterNodes
{
"cpu": 0,
"memory": 0,
"name": "string",
"networks": [
{
"label": "string",
"isManagement": false
}
],
"storage": 0,
"replica": 0,
"labels": [
"string"
],
"cloneMode": "string",
"config": {
"healthCheck": {
"nodeStartupTimeout": "string",
"unhealthyConditions": [
{
"type": "string",
"status": "string",
"timeout": "string"
}
]
}
}
}
Number of virtual CPUs for control plane nodes.
Memory size in MB for control plane nodes.
Name for control plane nodes.
Network labels for control plane nodes. These labels are used for providing network inputs during a cluster deployment. The Management interface label is mandatory.
Disk size in GB for control plane nodes.
Replica count for control plane nodes.
List of labels for control plane nodes. These labels are attached to the nodes.
Key to indicate the use of linked cloning feature for cloning the VMs. If set to linkedClone, then linked cloning will be used.