-
Notifications
You must be signed in to change notification settings - Fork 225
Conversation
This is blocked on various random segfaults and Go runtime OOM errors present in 18.09. |
I've updated this to 18.09.2 which has the CVE-2019-5736 fix built into it, but it still has random segfaults and runtime OOM errors. |
Do we already know what causes the segfaults/OOM, is there any bug report for it? |
@jansmets I haven't looked at it in a while, but I don't see any bug reports that seem related at the moment. I've rebased this PR if you want to look into it. Most failures look like this:
Or this:
|
Is there hope to get this working? We're thinking about using containerd directly with Kubernetes and therefore hope for a newer containerd version in CoreOS than 1.1.2. |
I don't plan on investing any more time on it. If someone else wants to fix it, we can apply the update, otherwise there is not much benefit in devoting resources to it at this point in CL's lifetime. I could not reproduce the issue on other distros. (And the problems persist on the 19.03 beta.) If you just want containerd updated, you could use this PR as a starting point to make a custom torcx image. Here are docs you can try for hosting it: https://github.com/coreos/docs/blob/8cce6cf29766d307109bdc295954ac8892e2a7e0/os/torcx-hosting-custom-remotes.md |
Docker no longer uses a forked version.
I had updated this branch to the 19.03 RCs to run it through kola while I was still maintaining Docker for Fedora, so I just updated the commits to push this last update before closing the issue as |
No description provided.