Freigeben über


AgentPool.KubeletConfigImageGcLowThreshold Property

Definition

The percent of disk usage before which image garbage collection is never run. This cannot be set higher than imageGcHighThreshold. The default is 80%

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

Property Value

Implements

Attributes

Applies to