@@ -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, [`NodeSystemInfo`](https://pkg.go.dev/k8s.io/api/core/v1#NodeSystemInfo) will be updated to include `RunningInUserNamespace *bool`.
732732
733733- GA : Assuming no negative user feedback based on production experience, promote after >= 2 releases in beta.
734734 Requirements :
@@ -943,7 +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`
946+ [`NodeSystemInfo`](https://pkg.go.dev/k8s.io/api/core/v1#NodeSystemInfo) will have `RunningInUserNamespace *bool`
947947to indicate whether the node is running in UserNS.
948948
949949# ##### How can someone using this feature know that it is working for their instance?
@@ -960,7 +960,7 @@ Recall that end users cannot usually observe component logs or access metrics.
960960- [ ] Events
961961 - Event Reason :
962962- [X] API .status
963- - Condition name : [`NodeSystemInfo`](https://pkg.go.dev/k8s.io/api/core/v1#NodeSystemInfo) will have `RunningInUserNS *bool`
963+ - Condition name : [`NodeSystemInfo`](https://pkg.go.dev/k8s.io/api/core/v1#NodeSystemInfo) will have `RunningInUserNamespace *bool`
964964 - Other field :
965965- [ ] Other (treat as last resort)
966966 - Details :
@@ -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
0 commit comments