Skip to content

Commit 69b9e71

Browse files
committed
content: hostUsers can't be ignored from 1.30
Now the kubelet asks the runtime for the features it supports and if it doesn't report user namespaces support, then the kubelet will fail the pod creation. Therefore, it is no longer possible for the field to be ignored. Signed-off-by: Rodrigo Campos <[email protected]>
1 parent 89e0ec8 commit 69b9e71

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,6 @@ If you have a mixture of nodes and only some of the nodes provide user namespace
5757
Pods, you also need to ensure that the user namespace Pods are
5858
[scheduled](/docs/concepts/scheduling-eviction/assign-pod-node/) to suitable nodes.
5959

60-
Please note that **if your container runtime doesn't support user namespaces, the
61-
`hostUsers` field in the pod spec will be silently ignored and the pod will be
62-
created without user namespaces.**
63-
6460
<!-- steps -->
6561

6662
## Run a Pod that uses a user namespace {#create-pod}

0 commit comments

Comments
 (0)