Upgrade Node Pool
Upgrade Nodepool. This Upgrades the nodepools to use latest features of Cluster Automation. This is mandatory to be done on all nodepools created in TCA 1.7. This is one time operation on upgrading TCA to 1.8 and once successfully upgraded all the operations on nodepool will be enabled. Upgrade can be repeated on nodepool incase of any failure.
Request
URI
POST
https://{api_host}/hybridity/api//infra/k8s/cluster/{clusterId}/nodepool/{nodePoolId}/upgrade
COPY
Path Parameters
string
clusterId
Required
clusterId
string
nodePoolId
Required
nodePoolId
Responses
200
Successfully initiated upgrade cluster node pool.
Returns
clusterAPIResponse
of type(s)
application/json
{
"id": "string",
"operationId": "string"
}
string
id
Optional
id
string
operationId
Optional
operationId
400
Bad Request
Returns
errorResponse
of type(s)
application/json
{
"errors": [
{
"code": "string",
"message": "string"
}
]
}
500
Internal Server Error
Returns
errorResponse
of type(s)
application/json
{
"errors": [
{
"code": "string",
"message": "string"
}
]
}
Infra Operations
PUT
Change Cluster Password
POST
Create Cluster Node Pool
DELETE
Delete Node Pool
POST
Deploy Cluster
PUT
Edit Cluster
PUT
Edit Cluster Config
PUT
Edit Node Pool
GET
Get Cluster Config
GET
Get Clusters Node Pools
GET
Get K8 Cluster Node Pool
POST
Kuberenetes Version Upgrade Matrix
POST
Retry Cluster Operation
GET
Supported Kubernetes Versions
PUT
Upgrade Cluster
GET
Upgrade History
POST
Upgrade Node Pool
GET
Validate Upgrade Cluster