Skip to content

Commit

Permalink
Merge pull request #49288 from AkihiroSuda/userns-65536
Browse files Browse the repository at this point in the history
user-namespaces.md: subid count per pod is hard-coded to 65536
  • Loading branch information
k8s-ci-robot authored Jan 6, 2025
2 parents 8c7ba0a + 07ff00e commit a77363f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions content/en/docs/concepts/workloads/pods/user-namespaces.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,8 @@ 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.
Expand Down

0 comments on commit a77363f

Please sign in to comment.