RollingUpdateStatefulSetStrategyV1.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 unavailable pods permitted during the rolling update of a StatefulSet. This property defines either an absolute number or a percentage of pods that can be unavailable simultaneously while the StatefulSet is being updated to achieve its desired state.
[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