Docs: clarify pod_ps shows global host PID, not container PID - #2145
Docs: clarify pod_ps shows global host PID, not container PID#2145gitanshulbisht wants to merge 2 commits into
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
WalkthroughThe Changespod_ps documentation
Estimated code review effort: 1 (Trivial) | ~2 minutes Merge Risk: ⚪ Minimal · up to This is a localized documentation clarification about the PIDs reported by pod_ps, with no production behavior change or actionable merge-blocking risk remaining after normal checks and review. 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Fixes #162
The
pod_psaction lists processes using a debugger pod withhostPID=True, so the reported PIDs are global host PIDs, not container-namespaced PIDs. This was not documented and caused confusion (issue #162).This updates the action's docstring, which the autorobusta Sphinx extension renders into the docs site.