@@ -728,7 +728,7 @@ in back-to-back releases.
728728 - https://github.com/GoogleCloudPlatform/anthos-samples/blob/8aff62c3f0bd835bda7479a01a591e1849c48fe9/anthos-attached-clusters/kind/main.tf#L37
729729 - https://github.com/GoogleCloudPlatform/cloud-solutions/blob/pino-logging-gcp-config-v1.1.0/projects/k8s-hybrid-neg-controller/hack/kind-cluster-config.yaml#L24
730730 - https://github.com/GoogleCloudPlatform/solutions-workshops/blob/grpc-xds/v0.5.0/grpc-xds/hack/kind-cluster-config-2.yaml#L24
731- 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 .
732732
733733- GA : Assuming no negative user feedback based on production experience, promote after >= 2 releases in beta.
734734 Requirements :
@@ -943,8 +943,7 @@ checking if there are objects with field X set) may be a last resort. Avoid
943943logs or events for this purpose.
944944-->
945945
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.
946+ Nodes will have `kubernetes.io/running-in-user-namespace : <BOOL>` labels.
948947
949948# ##### How can someone using this feature know that it is working for their instance?
950949
@@ -960,7 +959,7 @@ Recall that end users cannot usually observe component logs or access metrics.
960959- [ ] Events
961960 - Event Reason :
962961- [X] API .status
963- - Condition name : [`NodeSystemInfo`](https://pkg.go.dev/k8s.io/api/core/v1#NodeSystemInfo) will have `RunningInUserNS *bool`
962+ - Condition name : Nodes will have `kubernetes.io/running-in-user-namespace: <BOOL>` labels.
964963 - Other field :
965964- [ ] Other (treat as last resort)
966965 - Details :
@@ -1219,7 +1218,7 @@ Major milestones might include:
12191218- 2019-11-19 : present KEP to SIG-node (cgroup v2 version)
12201219- 2020-07-07 : the cgroup v2 support is in `implementable` status
12211220- 2021-08-04 : Kubernetes v1.22 (Alpha)
1222- - 2025-12 -XX : Kubernetes v1.35 (Beta)
1221+ - 2026-04 -XX : Kubernetes v1.36 (Beta)
12231222
12241223# # Drawbacks
12251224
0 commit comments