srl-labs / clabernetes

containerlab, but in kubernetes!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

feat: support k3s for containerd pull through

carlmontanari opened this issue · comments

k3s seems to put the containerd sock -> /run/k3s/containerd/containerd.sock which we don't handle at the moment (we expect /run/containerd/containerd.sock) so at the moment pull through fails and we just continue on to docker daemon pull which can fail if we need pull secrets!

addressed by adding a global config option to set path override in #83