Create Cluster Node Pool
Create K8 cluster Node Pools
The identifier of the tenant
clusterId
create cluster node pool
{
"cloneMode": "string",
"cpu": 0,
"id": "string",
"labels": [
"string"
],
"memory": 0,
"name": "string",
"networks": [
{
"label": "string",
"networkName": "string",
"networkFullPath": "string",
"mtu": 0,
"isManagement": false,
"derivedFromCsar": false,
"nameservers": [
"string"
]
}
],
"placementParams": [
{
"name": "string",
"type": "string"
}
],
"replica": 0,
"storage": 0,
"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"
}
]
}
},
"status": "string",
"activeTasksCount": 0,
"nodes": [
{
"ip": "string",
"vmName": "string"
}
],
"isNodeCustomizationDeprecated": false,
"warnings": [
{
"operationType": "string",
"message": "string",
"errorCode": "string",
"internalMessage": "string"
}
],
"errors": [
{
"operationType": "string",
"message": "string",
"errorCode": "string",
"internalMessage": "string"
}
]
}
Key to indicate the use of linked cloning feature for cloning the VMs. If set to linkedClone, then linked cloning will be used.
Number of virtual CPUs for worker nodes.
id
These labels are attached to the nodes. You can use these labels as node selectors when instantiating a network function.
Memory size in MB for worker nodes.
name
Network labels for worker nodes. These labels are used for providing network inputs during a cluster deployment. The Management interface label is mandatory.
placementParams
Replica count for worker nodes.
Disk size in GB for worker nodes.
CPU reservation configuration for worker nodes
status
Number of operations in processing or queued state on the node pool
nodes
isNodeCustomizationDeprecated
warnings
errors
Successfully created cluster node pool.
{
"id": "string",
"operationId": "string"
}
The id of the cluster.
The operation id for tracking the progress of the operation being performed on the cluster.