diff --git a/content/en/docs/tasks/configure-pod-container/user-namespaces.md b/content/en/docs/tasks/configure-pod-container/user-namespaces.md index e03f38c6337..332a2752ca3 100644 --- a/content/en/docs/tasks/configure-pod-container/user-namespaces.md +++ b/content/en/docs/tasks/configure-pod-container/user-namespaces.md @@ -95,6 +95,6 @@ output from running the command in the pod to the output of running in the host: ```none readlink /proc/$pid/ns/user user:[4026534732] - +``` replacing `$pid` with the kubelet PID.