Skip to content

Commit f2006cc

Browse files
authored
Merge pull request #36417 from kinvolk/rata/fix-typo
content: fix typo
2 parents a11be3f + 67afbf5 commit f2006cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ User namespaces is a Linux feature that allows to map users in the container to
5252
different users in the host. Furthermore, the capabilities granted to a pod in
5353
a user namespace are valid only in the namespace and void outside of it.
5454

55-
A pod can opt-in to use user nameapces by setting the `pod.spec.hostUsers` field
55+
A pod can opt-in to use user namespaces by setting the `pod.spec.hostUsers` field
5656
to `false`.
5757

5858
The kubelet will pick host UIDs/GIDs a pod is mapped to, and will do so in a way

0 commit comments

Comments
 (0)