cluster_workerNodes

cluster_workerNodes
cluster_workerNodes
JSON Example
{
    "cpu": 0,
    "memory": 0,
    "name": "string",
    "networks": [
        {
            "label": "string",
            "networkName": "string",
            "mtu": 0,
            "isManagement": false,
            "nameservers": [
                "string"
            ]
        }
    ],
    "nodes": [
        {
            "ip": "string",
            "vmName": "string"
        }
    ],
    "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
Optional

Number of virtual CPUs for worker nodes.

integer
memory
Optional

Memory size in MB for worker nodes.

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

name

networks
Optional

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

nodes
Optional

nodes

integer
storage
Optional

Disk size in GB for worker nodes.

integer
replica
Required

Replica count for worker nodes.

array of string
labels
Optional

These labels are attached to the nodes. You can use these labels as node selectors when instantiating a network function.

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