Skip to content

Commit d8b165f

Browse files
authored
Merge pull request #37228 from wking/clarify-RemovePodsHavingTooManyRestarts
modules/nodes-descheduler-profiles: Clarify RemovePodsHavingTooManyRestarts as sum
2 parents bd3d064 + 7bd7b73 commit d8b165f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/nodes-descheduler-profiles.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ It enables the following strategies:
2828
+
2929
It enables the following strategies:
3030
+
31-
* `RemovePodsHavingTooManyRestarts`: removes pods that have been restarted too many times.
31+
* `RemovePodsHavingTooManyRestarts`: removes pods whose containers have been restarted too many times.
3232
+
33-
Pods that are restarted more than 100 times are removed. This includes restarts for Init Containers.
33+
Pods where the sum of restarts over all containers (including Init Containers) is more than 100.
3434

3535
* `LowNodeUtilization`: finds nodes that are underutilized and evicts pods, if possible, from overutilized nodes in the hope that recreation of evicted pods will be scheduled on these underutilized nodes.
3636
+

0 commit comments

Comments
 (0)