-
Notifications
You must be signed in to change notification settings - Fork 95
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
Support for runc container #83
Comments
I am k8e - kubernetes engine owner, i would like this feature coming asap. How can mentor me to implement it? |
@xiaods Thanks, I will contact you, are you in our Slack channel? |
yes, i am in, Deshi Xiao(you) |
Could you share how to configure kuasar and runc together into a k8s cluster and make containers run properly? |
Supporting for Runc in Kuasar is still in developing. The configuration way is same as vmm descriped in this doc: https://github.com/kuasar-io/kuasar/blob/main/docs/containerd.md#configure-containerd If you want to use runc without Kuasar, the configuration way is adding runc runtime to cri config and installing runc shim. |
hi @Burning1020 Can i use runc with Kuasar, does it works like a charm. [plugins."io.containerd.grpc.v1.cri".containerd.runtimes.runc] |
this is PR for runc: #94 |
any update? |
fix in #94 |
What would you like to be added?
Support to run Runc containers.
Why is this needed?
Runc container uses Linux Namespace/Cgroup trchnology to isolate containers and it is widely used.
The text was updated successfully, but these errors were encountered: