KubeletHardEvictionThreshold.NodeFsAvailable Property

Definition

The threshold for available node filesystem space below which pod eviction is triggered. Accepts absolute values (e.g. '1Gi') or percentage values (e.g. '10%'). Must be greater than or equal to the system default of 10%.

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

Property Value

Applies to