nodefsInodesFree property
Amount of inodes available on filesystem that kubelet uses for volumes, daemon logs, etc.
Defines the amount of "nodefs.inodesFree" signal in kubelet. Default is unset, if not specified in the kubelet config. Linux only. It takses percentage value for now. Sample format: "30%". Must be >= 5% and <= 50%. See https://kubernetes.io/docs/concepts/scheduling-eviction/node-pressure-eviction/#eviction-signals
Optional.
Implementation
core.String? nodefsInodesFree;