Skip to content

Commit 56aeebd

Browse files
authored
Merge pull request #49287 from AkihiroSuda/patch-1
Update user-namespaces.md (improve readability of `/etc/subuid`)
2 parents 4ebe365 + f0265ec commit 56aeebd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

content/en/docs/concepts/workloads/pods/user-namespaces.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,9 @@ these entries for the `kubelet` user:
198198
# name:firstID:count of IDs
199199
# where
200200
# - firstID is 65536 (the minimum value possible)
201-
# - count of IDs is 110 (default limit for number of) * 65536
201+
# - count of IDs is 110 * 65536
202+
# (110 is the default limit for number of pods on the node)
203+
202204
kubelet:65536:7208960
203205
```
204206

0 commit comments

Comments
 (0)