Udostępnij przez


ManagedClusterPropertiesAutoScalerProfile.DaemonsetEvictionForOccupiedNode Property

Definition

DaemonSet pods will be gracefully terminated from non-empty nodes. If set to true, all daemonset pods on occupied nodes will be evicted before deletion of the node. If the daemonset pod cannot be evicted another node will be chosen for scaling. If set to false, the node will be deleted without ensuring that daemonset pods are deleted or evicted.

[Microsoft.Azure.PowerShell.Cmdlets.Aks.Origin(Microsoft.Azure.PowerShell.Cmdlets.Aks.PropertyOrigin.Owned)]
public bool? DaemonsetEvictionForOccupiedNode { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Aks.Origin(Microsoft.Azure.PowerShell.Cmdlets.Aks.PropertyOrigin.Owned)>]
member this.DaemonsetEvictionForOccupiedNode : Nullable<bool> with get, set
Public Property DaemonsetEvictionForOccupiedNode As Nullable(Of Boolean)

Property Value

Implements

Attributes

Applies to