Skip to content

Commit cf0a360

Browse files
rataRodrigo Campos
authored andcommitted
KEP-127: Let's go GA in 1.36
This also updates to the latest KEP template, that was almost a no-op. Just the comment about the checklist is iterative is the only change. Signed-off-by: Rodrigo Campos <rodrigo@sdfg.com.ar>
1 parent b205a2b commit cf0a360

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

keps/prod-readiness/sig-node/127.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ alpha:
66
approver: "wojtek-t"
77
beta:
88
approver: "wojtek-t"
9+
stable:
10+
approver: "wojtek-t"

keps/sig-node/127-user-namespaces/README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
- [Regarding the previous implementation for volumes](#regarding-the-previous-implementation-for-volumes)
2828
- [Non-conformant volume types](#non-conformant-volume-types)
2929
- [Pod Security Standards (PSS) integration](#pod-security-standards-pss-integration)
30-
- [Unresolved](#unresolved)
3130
- [Test Plan](#test-plan)
3231
- [Prerequisite testing updates](#prerequisite-testing-updates)
3332
- [Unit tests](#unit-tests)
@@ -67,10 +66,10 @@ Items marked with (R) are required *prior to targeting to a milestone / release*
6766
- [X] (R) Design details are appropriately documented
6867
- [X] (R) Test plan is in place, giving consideration to SIG Architecture and SIG Testing input (including test refactors)
6968
- [X] e2e Tests for all Beta API Operations (endpoints)
70-
- [ ] (R) Ensure GA e2e tests meet requirements for [Conformance Tests](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/conformance-tests.md)
71-
- [ ] (R) Minimum Two Week Window for GA e2e tests to prove flake free
69+
- [X] (R) Ensure GA e2e tests meet requirements for [Conformance Tests](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/conformance-tests.md)
70+
- [X] (R) Minimum Two Week Window for GA e2e tests to prove flake free
7271
- [X] (R) Graduation criteria is in place
73-
- [ ] (R) [all GA Endpoints](https://github.com/kubernetes/community/pull/1806) must be hit by [Conformance Tests](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/conformance-tests.md)
72+
- [X] (R) [all GA Endpoints](https://github.com/kubernetes/community/pull/1806) must be hit by [Conformance Tests](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/conformance-tests.md)
7473
- [X] (R) Production readiness review completed
7574
- [X] (R) Production readiness review approved
7675
- [X] "Implementation History" section is up-to-date for milestone
@@ -82,6 +81,10 @@ Items marked with (R) are required *prior to targeting to a milestone / release*
8281
[kubernetes/kubernetes]: https://git.k8s.io/kubernetes
8382
[kubernetes/website]: https://git.k8s.io/website
8483

84+
<!--
85+
**Note:** This checklist is iterative and should be reviewed and updated every time this enhancement is being considered for a milestone.
86+
-->
87+
8588
## Summary
8689

8790
This KEP adds support to use user-namespaces.
@@ -1301,6 +1304,7 @@ be the cause of the problem.
13011304
- Kubernetes 1.30: Feature went off-by-default beta
13021305
- Kubernetes 1.33: Feature goes on-by-default beta
13031306
- Kubernetes 1.34: Feature adds metrics
1307+
- Kubernetes 1.36: Feature goes GA
13041308

13051309
## Drawbacks
13061310

keps/sig-node/127-user-namespaces/kep.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,12 @@ reviewers:
1515
approvers:
1616
- "@derekwaynecarr"
1717

18-
stage: beta
19-
latest-milestone: "v1.35"
18+
stage: stable
19+
latest-milestone: "v1.36"
2020
milestone:
2121
alpha: "v1.25"
2222
beta: "v1.35"
23+
stable: "v1.36"
2324

2425
feature-gates:
2526
- name: UserNamespacesSupport

0 commit comments

Comments
 (0)