Skip to content

Commit

Permalink
Update random pod scaledown KEP for stable
Browse files Browse the repository at this point in the history
  • Loading branch information
MinpengJin authored and 象里 committed May 22, 2024
1 parent 7cac7a5 commit 0ad54c7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
2 changes: 2 additions & 0 deletions keps/prod-readiness/sig-apps/2185.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ alpha:
approver: "@wojtek-t"
beta:
approver: "@wojtek-t"
stable:
approver: "@wojtek-t"
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ Beta (v1.22):
- Enable LogarithmicScaleDown feature gate by default
- Enable `sorting_deletion_age_ratio` metric

Stable (v1.23):
Stable (v1.31):
- Remove LogarithmicScaleDown feature gate
- Make this behavior standard

Expand Down Expand Up @@ -376,6 +376,7 @@ n/a

- 2021-01-06: Initial KEP submitted
- 2021-05-07: Updated KEP for graduation to beta
- 2024-05-21:Updated KEP for graduation to GA

## Drawbacks

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ see-also:
- "/keps/sig-apps/1828-delete-priority-annotations"
replaces:

stage: beta
latest-milestone: "v1.22"
stage: stable
latest-milestone: "v1.31"
milestone:
alpha: "v1.21"
beta: "v1.22"
stable: "v1.23"
stable: "v1.31"

feature-gates:
- name: LogarithmicScaleDown
Expand All @@ -35,4 +35,4 @@ disable-supported: true

# The following PRR answers are required at beta release
metrics:
- TBD
- sorting_deletion_age_ratio

0 comments on commit 0ad54c7

Please sign in to comment.