Skip to content

Commit

Permalink
Add enableCrossZoneUpgrade and prioritizeUnhealthyInstances propertie…
Browse files Browse the repository at this point in the history
…s to RollingUpgradePolicy for VMSS (#11184)
  • Loading branch information
kimberlyyipc authored Nov 23, 2020
1 parent 69ce32c commit 184b8f7
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9572,6 +9572,14 @@
"pauseTimeBetweenBatches": {
"type": "string",
"description": "The wait time between completing the update for all virtual machines in one batch and starting the next batch. The time duration should be specified in ISO 8601 format. The default value is 0 seconds (PT0S)."
},
"enableCrossZoneUpgrade": {
"type": "boolean",
"description": "Allow VMSS to ignore AZ boundaries when constructing upgrade batches. Take into consideration the Update Domain and maxBatchInstancePercent to determine the batch size."
},
"prioritizeUnhealthyInstances": {
"type": "boolean",
"description": "Upgrade all unhealthy instances in a scale set before any healthy instances."
}
},
"description": "The configuration parameters used while performing a rolling upgrade."
Expand Down

0 comments on commit 184b8f7

Please sign in to comment.