From f0265ec30a00e5ef7c4057445ec44ea127e0f343 Mon Sep 17 00:00:00 2001 From: Akihiro Suda Date: Mon, 6 Jan 2025 06:46:09 +0900 Subject: [PATCH] Update user-namespaces.md Fixed an incomplete explanation about the subuid numbers, and moved the sentence for ease of reading --- content/en/docs/concepts/workloads/pods/user-namespaces.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/en/docs/concepts/workloads/pods/user-namespaces.md b/content/en/docs/concepts/workloads/pods/user-namespaces.md index 1aa420588c..94ad79e49a 100644 --- a/content/en/docs/concepts/workloads/pods/user-namespaces.md +++ b/content/en/docs/concepts/workloads/pods/user-namespaces.md @@ -198,7 +198,9 @@ these entries for the `kubelet` user: # name:firstID:count of IDs # where # - firstID is 65536 (the minimum value possible) -# - count of IDs is 110 (default limit for number of) * 65536 +# - count of IDs is 110 * 65536 +# (110 is the default limit for number of pods on the node) + kubelet:65536:7208960 ```