KubeletHardEvictionThreshold.NodeFsInodesFree Property

Definition

The threshold for available inodes on the node filesystem below which pod eviction is triggered. Accepts absolute inode counts (e.g. '100000') or percentage values (e.g. '5%'). Percentage values must be greater than or equal to the system default of 5%.

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

Property Value

Applies to