Udostępnij przez


AgentPoolUpgradeSettings.UndrainableNodeBehavior Property

Definition

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. Serialized Name: AgentPoolUpgradeSettings.undrainableNodeBehavior

public Azure.ResourceManager.ContainerService.Models.UndrainableNodeBehavior? UndrainableNodeBehavior { get; set; }
member this.UndrainableNodeBehavior : Nullable<Azure.ResourceManager.ContainerService.Models.UndrainableNodeBehavior> with get, set
Public Property UndrainableNodeBehavior As Nullable(Of UndrainableNodeBehavior)

Property Value

Applies to