clusterTemplate_workerNodes

clusterTemplate_workerNodes
clusterTemplate_workerNodes
JSON Example
{
    "cpu": 0,
    "memory": 0,
    "name": "string",
    "networks": [
        {
            "label": "string",
            "isManagement": false
        }
    ],
    "storage": 0,
    "replica": 0,
    "labels": [
        "string"
    ],
    "cloneMode": "string",
    "config": {
        "cpuManagerPolicy": {
            "type": "string",
            "policy": "string",
            "properties": {
                "kubeReserved": {
                    "cpu": 0,
                    "memoryInGiB": 0
                },
                "systemReserved": {
                    "cpu": 0,
                    "memoryInGiB": 0
                }
            }
        },
        "healthCheck": {
            "nodeStartupTimeout": "string",
            "unhealthyConditions": [
                {
                    "type": "string",
                    "status": "string",
                    "timeout": "string"
                }
            ]
        }
    }
}
integer
cpu
Required

Number of virtual CPUs for nodepool nodes. Provide an even count of the vCPUs if the underlying ESXi Host is Hyperthreading-enabled and if the Network Function requires NUMA Alignment and CPU reservation. This ensures that the Physical CPU Core (both Hyper Threads) is used by the same Node.

integer
memory
Required

Memory size in MB for nodepool nodes.

string As [a-z0-9]([-a-z0-9]*[a-z0-9])?(.[a-z0-9])
name
Required

name

networks
Required

Network labels for nodepool nodes. These labels are used for providing network inputs during a cluster deployment. The Management interface label is mandatory.

integer
storage
Required

Disk size in GB for nodepool nodes.

integer
replica
Required

Replica count for nodepool nodes.

array of string
labels
Optional

List of labels for nodepool nodes. These labels are attached to the nodes.

string
cloneMode
Optional

Key to indicate the use of linked cloning feature for cloning the VMs. If set to linkedClone, then linked cloning will be used.

Possible values are : fullClone, linkedClone,
config
Optional

config

Property Of