KubeletHardEvictionThreshold.MemoryAvailable Property

Definition

The threshold for available memory below which pod eviction is triggered. Accepts absolute values (e.g. '500Mi') or percentage values (e.g. '5%'). Absolute values must be greater than or equal to 100Mi. Percentage values must be greater than or equal to 2%.

public string MemoryAvailable { get; set; }
member this.MemoryAvailable : string with get, set
Public Property MemoryAvailable As String

Property Value

Applies to