From ad65005ff96e2388e2740304f59f77fe696833ee Mon Sep 17 00:00:00 2001 From: Akihiro Suda Date: Mon, 6 Jan 2025 21:48:19 +0900 Subject: [PATCH] Update content/en/docs/concepts/workloads/pods/user-namespaces.md Co-authored-by: Tim Bannister --- content/en/docs/concepts/workloads/pods/user-namespaces.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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