Further clarify documented privileges of kubectl debug node

Signed-off-by: Kevin Grigorenko <kevin.grigorenko@us.ibm.com>
This commit is contained in:
Kevin Grigorenko 2023-04-19 15:52:01 -05:00
parent 22d29578bd
commit 8bb01739b1
No known key found for this signature in database
GPG Key ID: 3B940C20C29BA13C
1 changed files with 1 additions and 1 deletions

View File

@ -631,7 +631,7 @@ When creating a debugging session on a node, keep in mind that:
* The root filesystem of the Node will be mounted at `/host`.
* The container runs in the host IPC, Network, and PID namespaces, although
the pod isn't privileged, so reading some process information may fail,
and `chroot /host` will fail.
and `chroot /host` may fail.
* If you need a privileged pod, create it manually.
Don't forget to clean up the debugging Pod when you're finished with it: