What's the issue?
When killing slirp4netns, a pod or a container keeps on running without warnings, but without networking.
How to reproduce?
podman pod create --name systemd-pod
podman create --pod systemd-pod alpine top
podman create --pod systemd-pod alpine top
podman pod start systemd-pod
pkill -U tobwen 'slirp4netns'
What's expected?
- conmon (or podman) should take care of the child processes and restart them if they crash or die.
- A notification in the logs would also be nice.
What's the environment?
podman version 3.3.0-dev
conmon version 2.0.30-dev