-
Notifications
You must be signed in to change notification settings - Fork 346
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
runc
differences given the same config.json
#2756
Comments
I've fixed this locally. The TenantBuilder will try to use all namespaces for the process, regardless of what namespaces were configured in the spec. |
What you said is here, isn't it? Do you have any chance to contribute? |
This is the correct behavior. The log is a little mis-leading here given that this is part of the In another word, during |
These bash errors looks like they should be investigated further. |
I've been troubleshooting some issues executing into a running container and as I tried comparing with
runc
, I noticed it worked as I expected it.Here's the setup procedure I have for my test:
Spec
config.json
:Running with
runc
:Running with
youki
:This is similar to the issue I was troubleshooting, but different:
Any idea what might be causing this? I would expect both runtimes to work more or less the same (at least it shouldn't error). I'm going to dig deeper into the differences.
One thing I noticed from the logs is that
youki
is trying to setup a network namespace when there is none defined in theconfig.json
, but only when usingyouki exec
:The text was updated successfully, but these errors were encountered: