KubeletHardEvictionThreshold.NodeFsAvailable 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 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