-
Notifications
You must be signed in to change notification settings - Fork 299
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
Bug: K3s OCI runtime create failed: runc create failed: unable to start container process: unable to apply cgroup configuration: #591
Comments
Quick update. Same results on the linux machine (without Colima) from a colleague. |
Second update, if I remove this line everything works fine. I could not quite figure out what this line is supposed to do. |
if you want, i can add a constructor boolean parameter for that, i have no idea what it is intended to do. I'd also add a warning if that parameter is passed in as experimental as again, no idea what its for, and also boolean parameters are not great for maintainability, so we'd probably want to figure out what its for and avoid the extra param or generalize a bit. |
Maybe @ash1425 still knows? I assume it has something to do with k3s-io/k3s#7265 but I am not sure. From the k3s docs I don’t get why the volume mount might be needed. But since we can’t get it to work on two different systems, I thing an option would be good. Otherwise we will just use our own implementation, which is also fine. |
might as well accept the contribution might help someone else, might also learn the answer if someone comes back to this issue with it. opened #592 |
if it works for you ill release it @tharwan |
I did also verify that mounting it does work in the java implementation -
alexanderankin/how-to-itest@766d170
…On Thu, May 30, 2024 at 1:10 AM Florian Kühnlenz ***@***.***> wrote:
Maybe @ash1425 <https://github.com/ash1425> still knows? I assume it has
something to do with k3s-io/k3s#7265
<k3s-io/k3s#7265> but I am not sure. From
the k3s docs I don’t get why the volume mount might be needed.
But since we can’t get it to work on two different systems, I thing an
option would be good. Otherwise we will just use our own implementation,
which is also fine.
—
Reply to this email directly, view it on GitHub
<#591 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACECGJGE6V6BPYNT54KNY43ZE2YEBAVCNFSM6AAAAABIO5URT6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMZYGY4TENZYHE>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
@tharwan this is out now |
Describe the bug
When using the K3s container on my ARM Mac with Colima I am unable to run deployments in the K3s cluster. The K3s cluster from Colima itself works fine.
To Reproduce
this will start the cluster and insert a pod. But the pod will not start and instead see a logs like
the logs from the K3s container look similarly for services like coreDNS.
Runtime environment
Darwin MABP-JRP4R0W3XJ 23.3.0 Darwin Kernel Version 23.3.0: Wed Dec 20 21:31:00 PST 2023; root:xnu-10002.81.5~7/RELEASE_ARM64_T6020 arm64
Python 3.11.6
docker info:
The text was updated successfully, but these errors were encountered: