maxUnavailable property
A maximum percentage of instances that may be unavailable during changes from one revision to another.
When set to a positive value, the server may bring down instances before bringing up new instances. This can prevent a spike of total active instances during changes from one revision by reducing the pool of instances before bringing up new ones. Some requests may be slow or fail to serve during the transition.
Optional.
Implementation
core.int? maxUnavailable;