Share via


ManagedClusterAgentPoolProfileProperties.UpgradeSettingDrainTimeoutInMinute Property

Definition

The drain timeout for a node. The amount of time (in minutes) to wait on eviction of pods and graceful termination per node. This eviction wait time honors waiting on pod disruption budgets. If this time is exceeded, the upgrade fails. If not specified, the default is 30 minutes.

[Microsoft.Azure.PowerShell.Cmdlets.Aks.Origin(Microsoft.Azure.PowerShell.Cmdlets.Aks.PropertyOrigin.Inlined)]
public int? UpgradeSettingDrainTimeoutInMinute { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Aks.Origin(Microsoft.Azure.PowerShell.Cmdlets.Aks.PropertyOrigin.Inlined)>]
member this.UpgradeSettingDrainTimeoutInMinute : Nullable<int> with get, set
Public Property UpgradeSettingDrainTimeoutInMinute As Nullable(Of Integer)

Property Value

Implements

Attributes

Applies to