IManagedClusterPropertiesAutoScalerProfile.MaxGracefulTerminationSec Property

Definition

The maximum number of seconds the cluster autoscaler waits for pod termination when trying to scale down a node. The default is 600.

[Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Create=true, Description="The maximum number of seconds the cluster autoscaler waits for pod termination when trying to scale down a node. The default is 600.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="max-graceful-termination-sec", Update=true)]
public string MaxGracefulTerminationSec { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Create=true, Description="The maximum number of seconds the cluster autoscaler waits for pod termination when trying to scale down a node. The default is 600.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="max-graceful-termination-sec", Update=true)>]
member this.MaxGracefulTerminationSec : string with get, set
Public Property MaxGracefulTerminationSec As String

Property Value

Attributes

Applies to