Skip to content

Commit 13f54ad

Browse files
committed
Rename RandomReplicaSetDownScale feature gate to LogarithmicScaleDown
1 parent 938b858 commit 13f54ad

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

keps/sig-apps/2185-random-pod-select-on-replicaset-downscale/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -200,15 +200,15 @@ be relatively balanced.
200200
### Graduation Criteria
201201

202202
Alpha (v1.21):
203-
- Add RandomReplicaSetDownscale feature gate to kube-controller-manager
203+
- Add LogarithmicScaleDown feature gate to kube-controller-manager
204204
(disabled by default).
205205
- Unit and e2e tests
206206

207207
Beta (v1.22):
208-
- Enable RandomReplicaSetDownscale feature gate by default
208+
- Enable LogarithmicScaleDown feature gate by default
209209

210210
Stable (v1.23):
211-
- Remove RandomReplicaSetDownscale feature gate
211+
- Remove LogarithmicScaleDown feature gate
212212
- Make this behavior standard
213213

214214
### Upgrade / Downgrade Strategy
@@ -233,7 +233,7 @@ _This section must be completed when targeting alpha to a release._
233233

234234
* **How can this feature be enabled / disabled in a live cluster?**
235235
- [x] Feature gate (also fill in values in `kep.yaml`)
236-
- Feature gate name: RandomReplicaSetDownscale
236+
- Feature gate name: LogarithmicScaleDown
237237
- Components depending on the feature gate: kube-controller-manager
238238
- [ ] Other
239239
- Describe the mechanism:

keps/sig-apps/2185-random-pod-select-on-replicaset-downscale/kep.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ milestone:
3030
stable: "v1.23"
3131

3232
feature-gates:
33-
- name: RandomReplicaSetDownscale
33+
- name: LogarithmicScaleDown
3434
components:
3535
- kube-controller-manager
3636
disable-supported: true

0 commit comments

Comments
 (0)