RollingUpdateDeploymentV1.MaxUnavailable Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the maximum number of pods that can be unavailable during the rolling update process. This property controls how workloads are updated without causing application downtime.
[YamlDotNet.Serialization.YamlMember(Alias="maxUnavailable")]
public int MaxUnavailable { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="maxUnavailable")>]
member this.MaxUnavailable : int with get, set
Public Property MaxUnavailable As Integer
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute