DeploymentSpecV1.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.
Specifies the minimum number of seconds for which a newly created pod should be ready without any of its containers crashing, for it to be considered available. This setting can affect the deployment's overall readiness status, ensuring a buffer period before marking pods as ready for serving traffic. Defaults to 0, indicating immediate readiness checking after the pod enters the Ready state.
[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