Skip to content

Commit a83c03a

Browse files
committed
KEP-2033: KubeletInUserNamespace: postpone beta to v1.36
kubernetes/kubernetes PR 134639 was approved and got the `lgtm` label, however, it was not merged in the v1.35. Signed-off-by: Akihiro Suda <[email protected]>
1 parent 6d3210f commit a83c03a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

keps/sig-node/2033-kubelet-in-userns-aka-rootless/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1219,7 +1219,7 @@ Major milestones might include:
12191219
- 2019-11-19: present KEP to SIG-node (cgroup v2 version)
12201220
- 2020-07-07: the cgroup v2 support is in `implementable` status
12211221
- 2021-08-04: Kubernetes v1.22 (Alpha)
1222-
- 2025-12-XX: Kubernetes v1.35 (Beta)
1222+
- 2026-04-XX: Kubernetes v1.36 (Beta)
12231223

12241224
## Drawbacks
12251225

keps/sig-node/2033-kubelet-in-userns-aka-rootless/kep.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ stage: beta
2929
# The most recent milestone for which work toward delivery of this KEP has been
3030
# done. This can be the current (upcoming) milestone, if it is being actively
3131
# worked on.
32-
latest-milestone: "v1.35"
32+
latest-milestone: "v1.36"
3333

3434
# The milestone at which this feature was, or is targeted to be, at each stage.
3535
milestone:
3636
alpha: "v1.22"
37-
beta: "v1.35"
37+
beta: "v1.36"
3838

3939
# The following PRR answers are required at alpha release
4040
# List the feature gate name and the components for which it must be enabled

0 commit comments

Comments
 (0)