From 956e6c37704aba5359b68a5eeac80743b6fa2a52 Mon Sep 17 00:00:00 2001 From: Xav Paice Date: Tue, 11 Aug 2026 17:34:36 +1200 Subject: [PATCH] docs(runpod): clarify pod status JSON excludes the spec --- docs/collect/run-pod.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/collect/run-pod.md b/docs/collect/run-pod.md index 8d932596..4898df2a 100644 --- a/docs/collect/run-pod.md +++ b/docs/collect/run-pod.md @@ -138,7 +138,8 @@ This will contain the pod output (up to 10000 lines). ### `/[collector-name]/[collector-name].json` -This will contain the pod status details in JSON format. +This will contain the pod metadata and status (phase, conditions, container statuses, etc.) in JSON format. +The pod `Spec` is intentionally omitted to avoid persisting sensitive data such as environment variables, commands, args, and image pull secrets in the collected bundle. ### `/[collector-name]/[collector-name]-events.json`