Merge pull request #49287 from AkihiroSuda/patch-1
Update user-namespaces.md (improve readability of `/etc/subuid`)
This commit is contained in:
commit
56aeebd9b0
|
@ -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
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue