Skip to content

Commit e07c3d6

Browse files
committed
content: Remove "new" keyword in user namespaces docs
While we are there, we also change pod.spec to pod spec. Signed-off-by: Rodrigo Campos <[email protected]>
1 parent 6a77308 commit e07c3d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/docs/tasks/configure-pod-container/user-namespaces.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ to use this feature with Kubernetes stateless pods:
5050
* CRI-O: v1.25 has support for user namespaces.
5151

5252
Please note that **if your container runtime doesn't support user namespaces, the
53-
new `pod.spec` field will be silently ignored and the pod will be created without
54-
user namespaces.**
53+
`hostUsers` field in the pod spec will be silently ignored and the pod will be
54+
created without user namespaces.**
5555

5656
<!-- steps -->
5757

0 commit comments

Comments
 (0)