-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Make runc's proc mount work again #5124
Comments
How to reproduce easily
|
/assign |
just to be sure I don't open a duplicate of this - is this error the same or caused by something else?
additional info:
|
this is indeed the same issue |
okay, thanks. looking forward to a fix 👀 |
the same problem here
Using container image gitpod/workspace-full Docker version:
Something I noticed, when I open the demo project https://gitpod.io/#https://github.com/gitpod-io/spring-petclinic , its work. Looking
|
is there a workaround for this problem? To reproduce the problem, open https://gitpod.io/#https://github.com/patajones/gitpod-test and execute |
I just ran into this issue on a gitpod instance. I also noticed that things worked fine when I opened another project. The one that fails has a newer runc installed:
The gitpod instance where docker works uses 1.0.0-rc93:
@patajones I was able to work around this issue by downloading and installing an older version of runc. I have no idea if this would cause other problems though. So far, docker is working for me now.
|
@gclayburg Thanks for sharing your workaround. It works for me too. |
@gclayburg ... A brute-force roll back in my current gitPod instance works for me as well. |
Pull Request #5139 didn't fix the problem. |
@patajones this issue still has the "awaiting deployment" label, so I guess it will take a short while for the fix to become active |
We've just deployed this to production, but the traffic is shifted slowly to make sure we don't put too much load in the new cluster. If you open a workspace now and see At this exact moment, the chances to end up in each cluster is 50%-50%, but we should have 100% on the cluster with the fix in the next few hours |
This happening to me with v1.0.0-rc93. Seems to be affecting all containers, below is the output after opening https://github.com/shaal/DrupalPod
|
Experiencing
also after having applied @gclayburg 's workaround and with
|
I also tried starting new workspaces and hope to get some |
Follow #5171 for status updates and implementation of the corrective fix. |
Bug description
A recent change in runc broke
procfs
mounts in Gitpod workspaces. Specifically the wayproc
is mounted now (see here) seems to break.This might be a matter of "faking" the check in workspacekit.
Steps to reproduce
Run anything with a recent
runc
, e.g. current buildkit or containerd version.Expected behavior
The proc mount should work just fine.
Example repository
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: