You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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! 🤟 🍻
The text was updated successfully, but these errors were encountered:
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! 🤟 🍻
The text was updated successfully, but these errors were encountered: