diff --git a/playbooks/robusta_playbooks/pod_troubleshooting.py b/playbooks/robusta_playbooks/pod_troubleshooting.py index 38c6b4135..4d1a0a7ce 100644 --- a/playbooks/robusta_playbooks/pod_troubleshooting.py +++ b/playbooks/robusta_playbooks/pod_troubleshooting.py @@ -122,6 +122,8 @@ def python_profiler(event: PodEvent, action_params: StartProfilingParams): def pod_ps(event: PodEvent, params: PodRunningParams): """ Fetch the list of running processes in a pod. + + Note: the ``pid`` column shows the global (host) PID, not the container-namespaced PID. """ pod = event.get_pod() if not pod: