NewOrUpdateAgentPoolBase.UndrainableNodeBehavior Property

Definition

[Microsoft.Azure.Commands.ResourceManager.Common.ArgumentCompleters.PSArgumentCompleter(new System.String[] { "Cordon", "Schedule" })]
[System.Management.Automation.Parameter(HelpMessage="The behavior for undrainable nodes during upgrade. The most common cause of undrainable nodes is Pod Disruption Budgets (PDBs), but other issues, such as pod termination grace period is exceeding the remaining per-node drain timeout or pod is still being in a running state, can also cause undrainable nodes.", Mandatory=false)]
public string UndrainableNodeBehavior { get; set; }
[<Microsoft.Azure.Commands.ResourceManager.Common.ArgumentCompleters.PSArgumentCompleter(new System.String[] { "Cordon", "Schedule" })>]
[<System.Management.Automation.Parameter(HelpMessage="The behavior for undrainable nodes during upgrade. The most common cause of undrainable nodes is Pod Disruption Budgets (PDBs), but other issues, such as pod termination grace period is exceeding the remaining per-node drain timeout or pod is still being in a running state, can also cause undrainable nodes.", Mandatory=false)>]
member this.UndrainableNodeBehavior : string with get, set
Public Property UndrainableNodeBehavior As String

Property Value

Attributes

Applies to