clusterTemplate_spec_cluster_clusterConfigSpec_strategy
clusterTemplate_spec_cluster_clusterConfigSpec_strategy
The strategy represents the strategy upgrade existing cluster. Strategy is optional for creation (Currently the only supported strategy is 'RollingUpdate'; MaxSurge and MaxUnavailable value can not be 0 concurrently) and is mutable
JSON Example
{
"type": "type",
"rollingUpdate": {
"maxSurge": "",
"maxUnavailable": ""
}
}
rollingUpdate
Optional
rollingUpdate
string
type
Optional
Type of deployment. Currently the only supported strategy is "RollingUpdate". Default is RollingUpdate.