Ocean AKS
Create Migration
Migrate to ocean workloads that run on unmanaged nodes by specifying nodePoolNames or nodeNames. Performing this request will start the migration immediately and run it in defined batches. Note that the first response for a successful request will indicate the start of a migration. In order to check the status of a migration, you can use the GET migration API.
post/ocean/azure/np/cluster/{oceanClusterId}/migration
Parameters
#/paths/~1azure~1costs/get/parameters/0 — unresolved $ref
#/paths/~1ocean~1aws~1k8s~1cluster~1%7BoceanClusterId%7D/get/parameters/1 — unresolved $ref
Request body
Example request
{
"batchSizePercentage": 25,
"comment": "This is why I deployed my cluster.",
"respectRestrictScaleDown": true,
"shouldEvictStandalonePods": true,
"batchMinHealthyPercentage": 100
}