We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a76253 commit 39f4578Copy full SHA for 39f4578
content/en/docs/tasks/configure-pod-container/user-namespaces.md
@@ -72,10 +72,10 @@ to `false`. For example:
72
kubectl apply -f https://k8s.io/examples/pods/user-namespaces-stateless.yaml
73
```
74
75
-1. Add a debugging container and attach to it and run `readlink /proc/self/ns/user`:
+1. Exec into the pod and run `readlink /proc/self/ns/user`:
76
77
```shell
78
- kubectl debug userns -it --image=busybox
+ kubectl exec -ti userns -- bash
79
80
81
Run this command:
0 commit comments