Skip to content

Commit

Permalink
Update content/en/docs/concepts/workloads/pods/user-namespaces.md
Browse files Browse the repository at this point in the history
Co-authored-by: Tim Bannister <[email protected]>
  • Loading branch information
AkihiroSuda and sftim authored Jan 6, 2025
1 parent cf9bb50 commit ad65005
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions content/en/docs/concepts/workloads/pods/user-namespaces.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <maxPods>` where `<maxPods>`
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
Expand Down

0 comments on commit ad65005

Please sign in to comment.