Share via


RollingUpdateStatefulSetStrategyV1.MaxUnavailable Property

Definition

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

Applies to