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:
339339 the pod with the lower value will come first. 
3403401. Pods on nodes with more replicas come before pods on nodes with fewer replicas. 
3413411. 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). 
344343
345344If all of the above match, then selection is random. 
346345
Original file line number Diff line number Diff line change @@ -13,6 +13,10 @@ stages:
1313 - stage : beta 
1414 defaultValue : true 
1515 fromVersion : " 1.22" 
16+  toVersion : " 1.30" 
17+  - stage : stable 
18+  defaultValue : true 
19+  fromVersion : " 1.31" 
1620--- 
1721Enable semi-random selection of pods to evict on controller scaledown
1822based on logarithmic bucketing of pod timestamps.
                                 You can’t perform that action at this time. 
               
                  
0 commit comments