KubeletHardEvictionThreshold.MemoryAvailable Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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