We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 77ea262 + 788176c commit 3cbb1efCopy full SHA for 3cbb1ef
keps/sig-node/127-user-namespaces/README.md
@@ -335,6 +335,8 @@ bool `pod.spec.hostUsers`.
335
The mapping length will be 65536, mapping the range 0-65535 to the pod. This wide
336
range makes sure most workloads will work fine. Additionally, we don't need to
337
worry about fragmentation of IDs, as all pods will use the same length.
338
+The mapping length (multiple of 65536) will be customizable via a new
339
+`KubeletConfiguration` property `subidsPerPod`.
340
341
The mapping will be chosen by the kubelet, using a simple algorithm to give
342
different pods in this category ("without" volumes) a non-overlapping mapping.
0 commit comments