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.
clusterId
nodePoolId
Successfully initiated upgrade cluster node pool.
{
"operationId": "operationId",
"id": "id"
}
The id of the cluster.
The operation id for tracking the progress of the operation being performed on the cluster.
Bad Request
{
"errors": [
{
"code": "code",
"message": "message"
}
]
}
Internal Server Error
{
"errors": [
{
"code": "code",
"message": "message"
}
]
}