Skip to content

Commit 8c9c208

Browse files
authored
Merge pull request #46865 from MinpengJin/dev-1.31
Add documentation for LogarithmicScaleDown featuregate
2 parents 59359af + 76ec448 commit 8c9c208

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

content/en/docs/concepts/workloads/controllers/replicaset.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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.
340340
1. Pods on nodes with more replicas come before pods on nodes with fewer replicas.
341341
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).
344343

345344
If all of the above match, then selection is random.
346345

content/en/docs/reference/command-line-tools-reference/feature-gates/logarithmic-scale-down.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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
---
1721
Enable semi-random selection of pods to evict on controller scaledown
1822
based on logarithmic bucketing of pod timestamps.

0 commit comments

Comments
 (0)