clustergroup deployments
Synchronize Cluster Group Deployment
install / upgrade deployment to target clusters where deployment is not found or has wrong
put/api/v1/orgs/{orgid}/clustergroups/{clusterGroupId}/deployments/{deploymentName}/sync
Path parameters
orgIdinteger required
Organization identifier
clusterGroupIdinteger required
Cluster Group ID
deploymentNamestring required
release name of a cluster group deployment
Response
Multi-cluster deployment has been synced successfully. All upgrade / install operations on all targeted clusters returned with no errors.
Example response
{
"cloud": "cloud",
"stale": true,
"clusterName": "clusterName",
"clusterId": 0,
"distribution": "distribution",
"error": "error",
"version": "version",
"status": "status"
}