Merge pull request #49287 from AkihiroSuda/patch-1

Update user-namespaces.md (improve readability of `/etc/subuid`)
This commit is contained in:
Kubernetes Prow Robot 2025-01-06 01:54:16 +01:00 committed by GitHub
commit 56aeebd9b0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -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
```