Skip to content

Commit 8d35cb6

Browse files
authored
docs(runpod): clarify pod status JSON excludes the spec (#700)
1 parent d2645bd commit 8d35cb6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/collect/run-pod.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,8 @@ This will contain the pod output (up to 10000 lines).
138138

139139
### `/[collector-name]/[collector-name].json`
140140

141-
This will contain the pod status details in JSON format.
141+
This will contain the pod metadata and status (phase, conditions, container statuses, etc.) in JSON format.
142+
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.
142143

143144
### `/[collector-name]/[collector-name]-events.json`
144145

0 commit comments

Comments
 (0)