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
pinns is a utility called by cri-o to create pod-level namespaces. It would be cool if conmon-rs could create those namespaces for the pod. Most notably, if it could manage a pause process to hold open the pod's PID namespace, then CRI-O could get rid of the infra container
The text was updated successfully, but these errors were encountered:
@utam0k I know you were looking for some work in conmon-rs and this seems like something that could be up your alley. do you have any interest in investigating?
@utam0k I know you were looking for some work in conmon-rs and this seems like something that could be up your alley. do you have any interest in investigating?
Thanks for your kind mention 🙏 I'd love to, but I already have some of my hobby tasks, such as KubeDay Japan and runc's issue... So I feel I can't find the time to do that this year. If this issue doesn't need to achieve this year, I'd love to do it next year!
pinns is a utility called by cri-o to create pod-level namespaces. It would be cool if conmon-rs could create those namespaces for the pod. Most notably, if it could manage a
pause
process to hold open the pod's PID namespace, then CRI-O could get rid of the infra containerThe text was updated successfully, but these errors were encountered: