HorizontalPodAutoscalerSpecV1.MinReplicas 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 replicas that the HorizontalPodAutoscaler will maintain for the specified resource.
[YamlDotNet.Serialization.YamlMember(Alias="minReplicas")]
public int? MinReplicas { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="minReplicas")>]
member this.MinReplicas : Nullable<int> with get, set
Public Property MinReplicas As Nullable(Of Integer)
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute
Remarks
This property ensures that the targeted application maintains a guaranteed minimum level of scalability, preventing the number of replicas from falling below the specified value. Setting this value is optional and, if not set, the default value may rely on the Kubernetes configuration for the HorizontalPodAutoscaler.