Skip to content

Commit 8bb0173

Browse files
committed
Further clarify documented privileges of kubectl debug node
Signed-off-by: Kevin Grigorenko <[email protected]>
1 parent 22d2957 commit 8bb0173

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/tasks/debug/debug-application/debug-running-pod.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,7 @@ When creating a debugging session on a node, keep in mind that:
631631
* The root filesystem of the Node will be mounted at `/host`.
632632
* The container runs in the host IPC, Network, and PID namespaces, although
633633
the pod isn't privileged, so reading some process information may fail,
634-
and `chroot /host` will fail.
634+
and `chroot /host` may fail.
635635
* If you need a privileged pod, create it manually.
636636

637637
Don't forget to clean up the debugging Pod when you're finished with it:

0 commit comments

Comments
 (0)