-
Notifications
You must be signed in to change notification settings - Fork 46
Closed
Description
Let me start by saying that this project has helped me bring core dump related stuff out of process and I love it!
The current setup we have is to generate a minidump from a core dump, which we use breakpads core2md
To be able to configure a proper minidump, some data from the /proc/$pid/ folder is needed. I have forked this project and added the changes needed for us to be able to support this flow. What it does is that it checks for a flag to see if needs to include proc info, if does then these steps are taken:
- Grab the real pid out from the container with the crictl
- Generate a folder inside the zip file
- Add all files from proc that are needed
The process is repeated for every container in that pod.
I would love to contribute back this change into this project, is that something you all would be interested in having?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels