From 05f6207d5be9244b9197cab10589fb42b29fe3f0 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 49daa396bacb5..86e07baaf68b8 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