UpdateProfileRollingUpdateProfile interface
This profile allows the customers to customize the rolling update.
Properties
| in |
Default is false. If set to true, the CGs will be updated in-place instead of creating new CG and deleting old ones. |
| max |
Maximum percentage of total Container Groups which can be updated simultaneously by rolling update in one batch. |
| max |
Maximum percentage of the updated Container Groups which can be in unhealthy state after each batch is updated. |
| pause |
The wait time between batches after completing the one batch of the rolling update and starting the next batch. The time duration should be specified in ISO 8601 format for duration. |
Property Details
inPlaceUpdate
Default is false. If set to true, the CGs will be updated in-place instead of creating new CG and deleting old ones.
inPlaceUpdate?: boolean
Property Value
boolean
maxBatchPercent
Maximum percentage of total Container Groups which can be updated simultaneously by rolling update in one batch.
maxBatchPercent?: number
Property Value
number
maxUnhealthyPercent
Maximum percentage of the updated Container Groups which can be in unhealthy state after each batch is updated.
maxUnhealthyPercent?: number
Property Value
number
pauseTimeBetweenBatches
The wait time between batches after completing the one batch of the rolling update and starting the next batch. The time duration should be specified in ISO 8601 format for duration.
pauseTimeBetweenBatches?: string
Property Value
string