IManagedCluster.AutoScalerProfileMaxGracefulTerminationSec 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.
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 AutoScalerProfileMaxGracefulTerminationSec { 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.AutoScalerProfileMaxGracefulTerminationSec : string with get, set
Public Property AutoScalerProfileMaxGracefulTerminationSec As String
Property Value
- Attributes