You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 v1.35.
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
In beta, [`NodeSystemInfo`](https://pkg.go.dev/k8s.io/api/core/v1#NodeSystemInfo) will be updated to include `RunningInUserNS *bool`.
731
+
In beta, nodes will have `kubernetes.io/running-in-user-namespace: <BOOL>` labels.
732
+
[`NodeSystemInfo`](https://pkg.go.dev/k8s.io/api/core/v1#NodeSystemInfo) will be updated too to have `RunningInUserNamespace *bool`.
732
733
733
734
- GA: Assuming no negative user feedback based on production experience, promote after >= 2 releases in beta.
734
735
Requirements:
@@ -943,8 +944,8 @@ checking if there are objects with field X set) may be a last resort. Avoid
943
944
logs or events for this purpose.
944
945
-->
945
946
946
-
[`NodeSystemInfo`](https://pkg.go.dev/k8s.io/api/core/v1#NodeSystemInfo) will have `RunningInUserNS *bool`
947
-
to indicate whether the node is running in UserNS.
947
+
Nodes will have `kubernetes.io/running-in-user-namespace: <BOOL>` labels.
948
+
[`NodeSystemInfo`](https://pkg.go.dev/k8s.io/api/core/v1#NodeSystemInfo) will be updated too to have `RunningInUserNamespace *bool`.
948
949
949
950
###### How can someone using this feature know that it is working for their instance?
950
951
@@ -960,7 +961,7 @@ Recall that end users cannot usually observe component logs or access metrics.
960
961
- [ ] Events
961
962
- Event Reason:
962
963
- [X] API .status
963
-
- Condition name: [`NodeSystemInfo`](https://pkg.go.dev/k8s.io/api/core/v1#NodeSystemInfo) will have `RunningInUserNS *bool`
964
+
- Condition name: Nodes will have `kubernetes.io/running-in-user-namespace: <BOOL>` labels. [`NodeSystemInfo`](https://pkg.go.dev/k8s.io/api/core/v1#NodeSystemInfo)` will be updated to have `RunningInUserNamespace *bool`.
964
965
- Other field:
965
966
- [ ] Other (treat as last resort)
966
967
- Details:
@@ -1219,7 +1220,7 @@ Major milestones might include:
1219
1220
- 2019-11-19: present KEP to SIG-node (cgroup v2 version)
1220
1221
- 2020-07-07: the cgroup v2 support is in `implementable` status
0 commit comments