Skip to content

Commit a77363f

Browse files
authored
Merge pull request #49288 from AkihiroSuda/userns-65536
user-namespaces.md: subid count per pod is hard-coded to 65536
2 parents 8c7ba0a + 07ff00e commit a77363f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,8 @@ to the `kubelet` user:
177177
configuration.
178178

179179
* The subordinate ID count must be a multiple of 65536
180+
(for Kubernetes {{< skew currentVersion >}} the subordinate ID count for each Pod is hard-coded
181+
to 65536).
180182

181183
* The subordinate ID count must be at least `65536 x <maxPods>` where `<maxPods>`
182184
is the maximum number of pods that can run on the node.

0 commit comments

Comments
 (0)