Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/collect/run-pod.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down