This repository was archived by the owner on Feb 24, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 881
stage1: implement IPC namespace sharing #3291
Milestone
Comments
+1 |
@lucab is the only thing really blocking this getting a new systemd release? (or backported patch) |
Probably, but I didn't do any further investigation after adding the systemd-nspawn flag. |
Per OOB discussion with @lucab, we're going to backport the relevant systemd patch to coreos/systemd so we can get this into rkt without being blocked on 232. |
Is this still blocked or has the patch been added? |
The current Container Linux releases all contain systemd v233, so this should be unblocked. |
This was referenced Sep 6, 2017
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Uh oh!
There was an error while loading. Please reload this page.
rkt run/sandbox should gain an option to run a pod/stage1 within the host IPC namespace.
Stage0 details:
auto
if missing)Stage1 details:
run
entrypoint, withauto
being stage1-specific defaultSYSTEMD_NSPAWN_SHARE_NS_IPC=true
since systemd v232, see nspawn: split down SYSTEMD_NSPAWN_SHARE_SYSTEM systemd/systemd#4023)This is in accordance with to kubernetes spec, where hostIPC is a pod property.
The text was updated successfully, but these errors were encountered: