File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
concepts/workloads/controllers
reference/command-line-tools-reference/feature-gates Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -339,8 +339,7 @@ prioritize scaling down pods based on the following general algorithm:
339
339
the pod with the lower value will come first.
340
340
1. Pods on nodes with more replicas come before pods on nodes with fewer replicas.
341
341
1. If the pods' creation times differ, the pod that was created more recently
342
- comes before the older pod (the creation times are bucketed on an integer log scale
343
- when the `LogarithmicScaleDown` [feature gate](/docs/reference/command-line-tools-reference/feature-gates/) is enabled)
342
+ comes before the older pod (the creation times are bucketed on an integer log scale).
344
343
345
344
If all of the above match, then selection is random.
346
345
Original file line number Diff line number Diff line change @@ -13,6 +13,10 @@ stages:
13
13
- stage : beta
14
14
defaultValue : true
15
15
fromVersion : " 1.22"
16
+ toVersion : " 1.30"
17
+ - stage : stable
18
+ defaultValue : true
19
+ fromVersion : " 1.31"
16
20
---
17
21
Enable semi-random selection of pods to evict on controller scaledown
18
22
based on logarithmic bucketing of pod timestamps.
You can’t perform that action at this time.
0 commit comments