sysbox
sysbox copied to clipboard
An open-source, next-generation "runc" that empowers rootless containers to run workloads such as Systemd, Docker, Kubernetes, just like VMs.
Hi team, I recently tried to use Sysbox in our k8s cluster with containerd runtime. The CRI-O based setup already works, want to see whether I can just use containerd...
Steps to reproduce: ```sh docker run --runtime=sysbox-runc -it --rm --init alpine:latest sh apk add --no-cache samba-dc rm /etc/samba/smb.conf samba-tool domain provision \ --server-role=dc \ --dns-backend NONE \ --realm EXAMPLE.COM \...
Hi, I am trying to run `sysbox` inside a physical device. It has `kernel 6.1.107` which was compiled by me. I've added all the necessary kernel modules in the kernel's...
What is the recommended method to handle scaling of nodes to prevent node storms when an app has a dependency of node state label `sys-box-runtime=running `. The initialization time of...
Fixed a few failing testcases (mainly related to old K8s releases) and created a new CI workflow for PR testing.
The function **get_runtime_kubelet_rke2()** in s**ysbox-pkgr/k8s/scripts /kubelet-config-helper.sh** returns an empty string for **RKE2 v1.32.9+rke2r1** instead the current runtime of kubelet: https://github.com/nestybox/sysbox-pkgr/blob/f5b6eb90c212e97b64566efd7a1e974c9b0153d9/k8s/scripts/kubelet-config-helper.sh#L1256 ``` runtime=$(ps -e -o command | egrep kubelet | egrep...
command: ``` make IMAGE_BASE_DISTRO=ubuntu IMAGE_BASE_RELEASE=jammy sysbox-static ``` error: ``` docker run --privileged --rm --runtime=runc --hostname sysbox-build --name sysbox-build -e SYS_ARCH=amd64 -e TARGET_ARCH=amd64 -v /root/sysbox:/root/nestybox/sysbox -v /pkg/mod:/go/pkg/mod -v /root/.gitconfig:/root/.gitconfig -v /lib/modules/6.6.98-38.oc9.x86_64:/lib/modules/6.6.98-38.oc9.x86_64:ro...
I'm encountering an issue when attempting to use the sysbox runtime with containers that require NVIDIA GPU access on a system with multiple GPUs. While the setup works seamlessly on...