AgentPoolUpgradeSettings.UndrainableNodeBehavior Property

Definition

Gets or sets defines 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. Possible values include: 'Cordon', 'Schedule'

[Newtonsoft.Json.JsonProperty(PropertyName="undrainableNodeBehavior")]
public string UndrainableNodeBehavior { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="undrainableNodeBehavior")>]
member this.UndrainableNodeBehavior : string with get, set
Public Property UndrainableNodeBehavior As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to