File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
keps/sig-apps/2185-random-pod-select-on-replicaset-downscale Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -200,15 +200,15 @@ be relatively balanced.
200
200
### Graduation Criteria
201
201
202
202
Alpha (v1.21):
203
- - Add RandomReplicaSetDownscale feature gate to kube-controller-manager
203
+ - Add LogarithmicScaleDown feature gate to kube-controller-manager
204
204
(disabled by default).
205
205
- Unit and e2e tests
206
206
207
207
Beta (v1.22):
208
- - Enable RandomReplicaSetDownscale feature gate by default
208
+ - Enable LogarithmicScaleDown feature gate by default
209
209
210
210
Stable (v1.23):
211
- - Remove RandomReplicaSetDownscale feature gate
211
+ - Remove LogarithmicScaleDown feature gate
212
212
- Make this behavior standard
213
213
214
214
### Upgrade / Downgrade Strategy
@@ -233,7 +233,7 @@ _This section must be completed when targeting alpha to a release._
233
233
234
234
* ** How can this feature be enabled / disabled in a live cluster?**
235
235
- [x] Feature gate (also fill in values in ` kep.yaml ` )
236
- - Feature gate name: RandomReplicaSetDownscale
236
+ - Feature gate name: LogarithmicScaleDown
237
237
- Components depending on the feature gate: kube-controller-manager
238
238
- [ ] Other
239
239
- Describe the mechanism:
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ milestone:
30
30
stable : " v1.23"
31
31
32
32
feature-gates :
33
- - name : RandomReplicaSetDownscale
33
+ - name : LogarithmicScaleDown
34
34
components :
35
35
- kube-controller-manager
36
36
disable-supported : true
You can’t perform that action at this time.
0 commit comments