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