Updated on 2025-06-13 GMT+08:00

Hard Eviction

It controls a set of eviction thresholds. If these thresholds are met, a pod will be evicted from the node. The following thresholds can be configured:

  • memory.available: the available memory on the node
  • nodefs.available: the percentage of the available capacity of the filesystem used by kubelet
  • nodefs.inodesFree: the percentage of available inodes in the filesystem used by kubelet
  • imagefs.available: the percentage of the available capacity of the filesystem that container runtimes use to store resources such as images
  • imagefs.inodesFree: the percentage of available inodes in the filesystem that container runtimes use to store resources such as images
  • pid.available: the percentage of allocatable PIDs reserved for pods

Value Range

None

Default Value

  • memory.available: 100Mi
  • nodefs.available: 10%
  • nodefs.inodesFree: 5%
  • imagefs.available: 15%

Modifiable

Yes

Scope

CCE standard and CCE Turbo clusters