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
after #1064, conmon-rs always opens a namespace, even if the pod needs a container level namespace. This isn't a behavior problem, but does needlessly add extra mounts and will cause there to be more open files then needed.
The text was updated successfully, but these errors were encountered:
@haircommander would it make sense to extend the CLI/Cap'n Proto interface in the same way we have in pinns, for example:
conmonrs pause --ipc # Unshare to a new IPC namespace
conmonrs pause --ipc=host # Unshare to the host IPC namespace
conmonrs pause # Skip unsharing the IPC namespace
after #1064, conmon-rs always opens a namespace, even if the pod needs a container level namespace. This isn't a behavior problem, but does needlessly add extra mounts and will cause there to be more open files then needed.
The text was updated successfully, but these errors were encountered: