content: fix typo

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
pull/36417/head
Giuseppe Scrivano 2022-08-29 13:15:55 +02:00
parent dc3e7857f2
commit 67afbf50c1
No known key found for this signature in database
GPG Key ID: 67E38F7A8BA21772
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ User namespaces is a Linux feature that allows to map users in the container to
different users in the host. Furthermore, the capabilities granted to a pod in
a user namespace are valid only in the namespace and void outside of it.
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
to `false`.
The kubelet will pick host UIDs/GIDs a pod is mapped to, and will do so in a way