Cesar Talledo
Cesar Talledo
Several Sysbox users have asked for AWS AMIs that include Ubuntu + Shiftfs + Sysbox. This makes it easier for them to create AWS EC2 VMs that have Sysbox in...
The following enhancements to sysbox-deploy-k8s are needed (as of 04/15/22): 1) ~~Add K8s 1.22 & 1.23 support.~~ 2) Add support for systemd-managed cgroups. 3) Add a way to configure sysbox-deploy-k8s...
The Sysbox CI (Travis) is currently failing on the following test, due to a test env issue. ``` Executing tests/kind/kind-custom-net.bats ... 1..6 not ok 1 kind custom net cluster up...
Sysbox should work on AL2 distro. This will make it easier to use Sysbox on AWS services that use AL2. Currently this is gated by the lack of support for...
Sysbox should support Podman. Podman is a RedHat's default container-management tool. Podman is specially useful in development phases as it can simply launch containers (through a docker-like cli interface), and...
Several users have requested support for allowing the creation of [TUN/TAP devices](https://www.kernel.org/doc/Documentation/networking/tuntap.txt) inside a Sysbox container. This currently does not work as the Linux kernel does not allow `mknod` inside...
System containers deployed with Sysbox do not currently support the Linux IP Virtual Server (IPVS). Even though I confirmed IPVS is namespaced in the Linux kernel via the network ns,...
Sysbox currently picks up its config via command line parameters to sysbox-runc, sysbox-fs, and sysbox-mgr. In addition to this, it would be good if Sysbox could pick up the configuration...
The sysbox-deploy-k8s daemonset installs Sysbox on Kubernetes clusters. As part of the installation, it installs and loads the `shiftfs` kernel module. Turns out that on GKE, we found out that...
Playing around with Vagrant, I was easily able to create a container using the Docker provider + Sysbox. Here is the Vagrant file: ``` 1 │ # encoding: utf-8 2...