Skip to content

Commit c05bf92

Browse files
authored
Merge pull request #39781 from davidxia/patch-3
fix docs: update user-namespaces.md for English usage
2 parents 67ae3de + 1318d40 commit c05bf92

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
@@ -10,7 +10,7 @@ min-kubernetes-server-version: v1.25
1010
{{< feature-state for_k8s_version="v1.25" state="alpha" >}}
1111

1212
This page explains how user namespaces are used in Kubernetes pods. A user
13-
namespace allows to isolate the user running inside the container from the one
13+
namespace isolates the user running inside the container from the one
1414
in the host.
1515

1616
A process running as root in a container can run as a different (non-root) user

0 commit comments

Comments
 (0)