Merge pull request #36417 from kinvolk/rata/fix-typo

content: fix typo
pull/36426/head
Kubernetes Prow Robot 2022-08-30 13:36:52 -07:00 committed by GitHub
commit f2006ccebf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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