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.
2 parents 645e8a7 + 21b6e34 commit c35b375Copy full SHA for c35b375
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. Attach to the container and run `readlink /proc/self/ns/user`:
+1. Add a debugging container and attach to it and run `readlink /proc/self/ns/user`:
76
77
```shell
78
- kubectl attach -it userns bash
+ kubectl debug userns -it --image=busybox
79
80
81
Run this command:
0 commit comments