ManagedClusterAutoScalerProfile.NewPodScaleUpDelay 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.
For scenarios like burst/batch scale where you don't want CA to act before the kubernetes scheduler could schedule all the pods, you can tell CA to ignore unscheduled pods before they're a certain age. The default is '0s'. Values must be an integer followed by a unit ('s' for seconds, 'm' for minutes, 'h' for hours, etc).
public Azure.Provisioning.BicepValue<string> NewPodScaleUpDelay { get; set; }
member this.NewPodScaleUpDelay : Azure.Provisioning.BicepValue<string> with get, set
Public Property NewPodScaleUpDelay As BicepValue(Of String)
Property Value
Applies to
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for .NET