for-linux icon indicating copy to clipboard operation
for-linux copied to clipboard

containerd and kubespray containerd

Open 99hops opened this issue 1 year ago • 0 comments

Hello I need little help with making my kubernetes nodes build images with docker. While this works there is some confilct on the host os: both kubespray containerd and containerd.io exists in the same time and docker connects to the containerd shiped by kubespray in /usr/local/bin/containerd via it's socket and read the same /etc/containerd/config.toml by default which should not be the case.

How is this achived to work together so kuberbetes gitlab agents can build using worker nodes docker:dind without this conflict that I have?

In the end I am trying to use docker buildx build --platform linux/arm64 which currently failes with random segfaults with the above config.

Thanks a lot! 🤟 🍻

99hops avatar Nov 06 '24 18:11 99hops