talos icon indicating copy to clipboard operation
talos copied to clipboard

Reparenting child processes within system-extenstion services

Open wvh-github opened this issue 6 months ago • 1 comments

Feature Request

The ability to reparent child processes launched from within containers or talos system-extentions.

Description

We are creating a system extension to take some responsibility in launching child processes. In our case these are virtual machines. We are concerned that when multiple processes are running they all get reaped when one dies. Would it be possible to keep the children running, and reparent them as soon as the service restarts?

wvh-github avatar Aug 14 '24 15:08 wvh-github