Cesar Talledo

Results 454 comments of Cesar Talledo

Hi @mawl, can you provide more info on the setup and how to reproduce the problem? I see you are installing Sysbox on a Rancher K8s cluster, but what Testcontainers...

Hi @mawl, apologies for the belated response. Looking at the diagrams, I can see the disk usage in primarily in `/var/lib/containers/storage/overlay`, which is where the CRI-O runtime stores the container...

Thanks @kevinye202 for filing the issue, apologies for the belated reply. A few questions to help me understand: * Does the problem only occur with bidirectional mount propagation? Or does...

Hi @ssdscreator, thanks for giving Sysbox a try. > I am trying to start clickhouse service in gitlab ci with sys box, but I can't. Also I can't start it...

Hi @11xor6, thanks for reporting the issue. > The failure seems to be that the pod gets scheduled to the node between the time the DaemonSet script removes the taint...

BTW, in case you want to play around with the sequencing of steps in sysbox-deploy-k8s, you can follow these steps: 1) git clone the sysbox repo and edit the [sysbox-deploy-k8s...

Hi @tan-wei-xin-alez, Thanks for trying and glad you made some progress. > I managed to get past the above error by adding gpg Makes sense, looks like the `tests/Dockerfile.ubuntu-focal` is...

Note: related to: https://github.com/nestybox/sysbox/issues/465#issuecomment-1956632337

Hi @kangyanzhou, thanks for filing the issue. > I ran into the same issue as in https://github.com/nestybox/sysbox/issues/950. That means you run into an error such as: ``` level=error msg="container_linux.go:439: starting...

Update: seems like [sysbox-runc PR 106](https://github.com/nestybox/sysbox-runc/pull/106), courtesy of @galal-hussein, may be sufficient to fix this.