nodepool_spec_strategy
nodepool_spec_strategy
The strategy represents the stragegy upgrade existing cluster.
JSON Example
{
"type": "type",
"rollingUpdate": {
"maxSurge": "",
"maxUnavailable": ""
}
}
string
type
Optional
Type of deployment. Currently the only supported strategy is "RollingUpdate". Default is RollingUpdate.