StatefulSetSpecV1.MinReadySeconds 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 minimum number of seconds for which a newly created Pod should be ready without any containers crashing, for it to be considered available. This is used to ensure that the application is stable before being declared available in a StatefulSet deployment. If not specified, the default behavior verifies readiness immediately upon initial readiness.
[YamlDotNet.Serialization.YamlMember(Alias="minReadySeconds")]
public int? MinReadySeconds { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="minReadySeconds")>]
member this.MinReadySeconds : Nullable<int> with get, set
Public Property MinReadySeconds As Nullable(Of Integer)
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute