Sebastien Boeuf

Results 29 issues of Sebastien Boeuf

I think that having the link type such as `"tap"`, `"macvlan"`, `"ipvlan"`, ... being hardcoded directly into each implementation of the function `Type()` from the `Link` interface is not a...

Based on the recent decision to start moving to latest QEMU instead of QEMU-lite, we opened a PR to try it out here: https://github.com/kata-containers/tests/pull/1341 The results are pretty encouraging since...

The proxy is the only component running on the host for all the containers/VM that are started. This is an issue since a crash would lead to the lost of...

The timeout of 1 second to wait for a block device to be detected by the agent is too low in case the system runs on a slow environment (nested...

We need `CI=true` to be exported from `run.sh` so that we can have the CI running properly. Otherwise, we get a lot of warning from the Go metalinters.

in progress

In order to support a more robust and reliable protocol, we are going to introduce a gRPC based protocol. This needs to be implemented inside the agent.

Instead of having our hyperstart implementation in virtcontainers relying on a pause container when starting a pod, this code should be removed from virtcontainers to be included inside the agent....

post-release

In order to get rid of Travis CI, we should configure Jenkins so that it will trigger Coverity scans the same way it was done with Travis.

We should be able to specify a debug mode `--syslog-only` so that we don't get any traces/logs printed on stderr/stdout. This is very useful if we want to debug the...