Upgrade Node Pool

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


Authentication
This operation uses the following authentication methods.
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"
        }
    ]
}
array of error
errors
Optional

errors


500

Internal Server Error

Returns errorResponse of type(s) application/json
{
    "errors": [
        {
            "code": "string",
            "message": "string"
        }
    ]
}
array of error
errors
Optional

errors