Giuseppe Scrivano
Giuseppe Scrivano
the libcrun API is not in great shape to be used as an external library (despite some efforts to clean it up). There is another issue that is somehow tracking...
it seems to be done on purpose with rootless, I've tried the following patch and it solves the problem for me: ```diff diff --git a/pkg/cluster/internal/kubeadm/config.go b/pkg/cluster/internal/kubeadm/config.go index 6aa17581..0a17f64e 100644 ---...
I've played a bit with it and could not spot any failure so perhaps it is worth dropping this special handling and have one difference less with rootful mode. I've...
this should be documented somewhere else, but for now, these slides can help to get an understanding of how system containers internally work: http://scrivano.org/static/system-containers-demo/ 1) shortly, these are the most...
@aveshagarwal, differently than the systemd configuration file, that belongs to the container, the runc configuration file belongs to the deployment of the container. During an update, there are two different...
actually I've tried my proposed solution but it doesn't work as systemd doesn't like to have a symlink instead of a file under /etc/systemd/system. I have started looking into detecting...
we allow to override the default errno now. I think this is a solved problem
I think It should be addressed at a higher level. It shouldn't end up in the runtime-spec that deals only with the lower-level stuff. From the runtime-spec PoV it is...
I think this kind of logic should go into the container engine, or really anything that calls the OCI runtime (Podman, Docker, containerd, CRI-O...)
as much as I like your plan, I am not a maintainer to ack it: https://github.com/opencontainers/runtime-tools/blob/master/MAINTAINERS I think it is better if any maintainer will ack it first