-
RemovePodsHavingTooManyRestarts: removes pods whose containers have been restarted too many times and pods where the sum of restarts over all containers (including Init Containers) is more than 100. Restarting the VM guest operating system does not increase this count. -
LowNodeUtilization: evicts pods from overutilized nodes when there are any underutilized nodes. The destination node for the evicted pod will be determined by the scheduler.-
A node is considered underutilized if its usage is below 20% for all thresholds (CPU, memory, and number of pods).
-
A node is considered overutilized if its usage is above 50% for any of the thresholds (CPU, memory, and number of pods).
-