Skip to content

Commit d55a074

Browse files
committed
KEP-4951: Add PRR file.
1 parent db09024 commit d55a074

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
kep-number: 4951
2+
alpha:
3+
approver: "@deads2k"

keps/sig-autoscaling/4951-configurable-hpa-tolerance/README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,9 @@ checklist items _must_ be updated for the enhancement to be released.
102102

103103
Items marked with (R) are required *prior to targeting to a milestone / release*.
104104

105-
- [ ] (R) Enhancement issue in release milestone, which links to KEP dir in [kubernetes/enhancements] (not the initial KEP PR)
106-
- [ ] (R) KEP approvers have approved the KEP status as `implementable`
107-
- [ ] (R) Design details are appropriately documented
105+
- [x] (R) Enhancement issue in release milestone, which links to KEP dir in [kubernetes/enhancements] (not the initial KEP PR)
106+
- [x] (R) KEP approvers have approved the KEP status as `implementable`
107+
- [x] (R) Design details are appropriately documented
108108
- [ ] (R) Test plan is in place, giving consideration to SIG Architecture and SIG Testing input (including test refactors)
109109
- [ ] e2e Tests for all Beta API Operations (endpoints)
110110
- [ ] (R) Ensure GA e2e tests meet requirements for [Conformance Tests](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/conformance-tests.md)
@@ -283,7 +283,7 @@ when drafting this test plan.
283283
[testing-guidelines]: https://git.k8s.io/community/contributors/devel/sig-testing/testing.md
284284
-->
285285

286-
[ ] I/we understand the owners of the involved components may require updates to
286+
[x] I/we understand the owners of the involved components may require updates to
287287
existing tests to make this code solid enough prior to committing the changes necessary
288288
to implement this enhancement.
289289

@@ -335,7 +335,7 @@ For Beta and GA, add links to added tests together with links to k8s-triage for
335335
https://storage.googleapis.com/k8s-triage/index.html
336336
-->
337337

338-
- <test>: <link to test coverage>
338+
N/A, the feature is tested using unit tests and e2e tests.
339339

340340
##### e2e tests
341341

@@ -820,6 +820,8 @@ Major milestones might include:
820820
- when the KEP was retired or superseded
821821
-->
822822

823+
2025-01-21: KEP PR merged.
824+
823825
## Drawbacks
824826

825827
<!--

keps/sig-autoscaling/4951-configurable-hpa-tolerance/kep.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ reviewers:
1010
- "@gjtempleton"
1111
- "@raywainman"
1212
approvers:
13-
- TBD
13+
- "@gjtempleton"
1414

1515
see-also:
1616
- "/keps/sig-autoscaling/853-configurable-hpa-scale-velocity"

0 commit comments

Comments
 (0)