diff --git a/content/en/docs/concepts/workloads/pods/user-namespaces.md b/content/en/docs/concepts/workloads/pods/user-namespaces.md index d1740f1c25092..d663aae88b78b 100644 --- a/content/en/docs/concepts/workloads/pods/user-namespaces.md +++ b/content/en/docs/concepts/workloads/pods/user-namespaces.md @@ -177,10 +177,12 @@ to the `kubelet` user: configuration. * The subordinate ID count must be a multiple of 65536 - + (for Kubernetes {{< skew currentVersion >}} the subordinate ID count for each Pod is hard-coded + to 65536). + * The subordinate ID count must be at least `65536 x ` where `` is the maximum number of pods that can run on the node. - Currently, the subordinate ID count for each of pods is hard-coded to 65536. + * You must assign the same range for both user IDs and for group IDs, It doesn't matter if other users have user ID ranges that don't align with the group ID