imagefsInodesFree property

String? imagefsInodesFree
getter/setter pair

Amount of inodes available on filesystem that container runtime uses for storing images layers.

Defines the amount of "imagefs.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? imagefsInodesFree;