Closed Burning1020 closed 8 months ago
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?
@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?
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.
https://github.com/kuasar-io/kuasar/blob/main/docs/containerd.md#configure-containerd
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: https://github.com/kuasar-io/kuasar/pull/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.