From 0be42ca59203176402b479964a73cbfa5b92885d Mon Sep 17 00:00:00 2001 From: Rodrigo Campos Date: Mon, 7 Aug 2023 15:50:03 +0200 Subject: [PATCH] content: Fix typo Signed-off-by: Rodrigo Campos --- .../en/docs/tasks/configure-pod-container/user-namespaces.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/tasks/configure-pod-container/user-namespaces.md b/content/en/docs/tasks/configure-pod-container/user-namespaces.md index 695ad6abd34ad..d556fb710258e 100644 --- a/content/en/docs/tasks/configure-pod-container/user-namespaces.md +++ b/content/en/docs/tasks/configure-pod-container/user-namespaces.md @@ -9,7 +9,7 @@ min-kubernetes-server-version: v1.25 {{< feature-state for_k8s_version="v1.25" state="alpha" >}} -This page shows how to configure a user namespace for pods. This allows to +This page shows how to configure a user namespace for pods. This allows you to isolate the user running inside the container from the one in the host. A process running as root in a container can run as a different (non-root) user