Cesar Talledo
Cesar Talledo
Hi @TH3VenGeuR, From the error it seems K8s does not know about the sysbox runtime, so likely the installation failed. What K8s distro are you using? Where you able to...
Thanks @TH3VenGeuR; since this is Rancher, let me put this on @rodnymolina plate, as he is familiar with Rancher K8s. Rodny is on vacation so he will likely answer sometime...
Hi @test123-all, thanks for trying Sysbox and filing the issue. Regarding: ``` docker: Error response from daemon: failed to create shim task: OCI runtime create failed: container_linux.go:428: starting container process...
Hi @test123-all, > I can confirm that the /sys/devices/virtual/dmi directory is missing on my Raspberry Pi host. Thanks. > I also double checked that the mentioned sysbox-fs commit is present...
I took a closer look and found the issue: in the sysbox-repo, the sysbox-runc git submodule was not pointing to the latest commit, so you were missing [a commit in...
BTW, since you've cloned the Sysbox repo and are building from source, a good way to test Sysbox is to use `make test-shell`, as that creates a sandbox environment with...
Hi @st0rmi, thanks for trying Sysbox and for filing the issue. > dotnet publish -warnaserror --configuration Release -o build/server Server This command is running inside the sysbox container correct? Sounds...
Hi @st0rmi, I was able to reproduce this issue by configuring the host machine with the `shiftfs` kernel module: ``` $ docker run --runtime=sysbox-runc -it --rm alpine / # cat...
Hi @timconsidine, thanks for trying Sysbox and sorry to hear you hit the issue with the Ubuntu 5.15.48 kernel and lost a bunch of time on it. I was hoping...
Hi @orz-nil, thanks so much for the updates. FYI, we will be open-sourcing the sysbox-deploy-k8s daemonset very soon, so folks such as yourself can contribute to it via PRs.