Sascha Grunert

Results 1352 comments of Sascha Grunert

@lsm5 thank you for the report. Do you consider to work on this as well?

@wasup-yash may I ask you to rebase this one?

@wasup-yash do you want to give this one a rebase on top of `main`?

Hey @validsudoku. I think a good starting point would be to understand how podman uses conmon: https://github.com/containers/podman/blob/295dd262/libpod/oci_conmon_common.go#L51-L68 in comparison to CRI-O: https://github.com/cri-o/cri-o/blob/2fc918d4b/internal/config/conmonmgr/conmonmgr.go#L19-L23 While we have an almost full feature set...

> Is there a reason we open a new connection for each RPC call? If not, the solution would be open a connection in the `ConmonClient` constructor and always use...

Hey @futurist, thank you for the question! You can leave the exec session empty for now since it's only a placeholder for a future feature we have in mind. :slightly_smiling_face:

I spent some days looking into this and run out of ideas how to solve it. Therefore I would appreciate another pair of eyes.

Hey @utam0k, thank you for reaching out! I'm wondering if cgroup creation should be really a concern of conmon-rs, on the other hand we're also thinking about moving parts of...