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
{{ message }}
This repository was archived by the owner on Jul 22, 2024. It is now read-only.
In some scenarios such as memory leaks or hung processes it would be useful to request a coredump from a running exe rather than login and create a signal to the process.
One possible route would be to add a code and tools to the agent pod that would allow gcore or comparable tools to be executed from within that pod against a specific pid.
This will need some investigation before a specific route is decided.