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 a11be3f + 67afbf5 commit f2006ccCopy full SHA for f2006cc
content/en/docs/concepts/workloads/pods/user-namespaces.md
@@ -52,7 +52,7 @@ User namespaces is a Linux feature that allows to map users in the container to
52
different users in the host. Furthermore, the capabilities granted to a pod in
53
a user namespace are valid only in the namespace and void outside of it.
54
55
-A pod can opt-in to use user nameapces by setting the `pod.spec.hostUsers` field
+A pod can opt-in to use user namespaces by setting the `pod.spec.hostUsers` field
56
to `false`.
57
58
The kubelet will pick host UIDs/GIDs a pod is mapped to, and will do so in a way
0 commit comments