You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current runPod documentation says that it outputs a single file of /[collector-name]/[collector-name].log. As of #1172 we also log the output of kubectl describe pod <pod-name spread across two files.
/[collector-name]/[collector-name].json # Pod definition and status /[collector-name]/[collector-name]-events.json # Pod events
These files are important as they allow users to determine the status of a runPod pod in an analyzer.