Hello. I have arranged the setup of a local single...
# general
s
Hello. I have arranged the setup of a local single-node k3s cluster on a WSL2 linux ubuntu ditribution and I'd like to use nerdct to build local images. I tried instaling buildkitd and buildctl from the nerdctl-full package but when I start the daemon with the command sudo $(which buildkitd --containerd-worker-addr /run/k3s/containerd/containerd.sock) I receive this strange warning: "WARN[2023-03-02T192620+01:00] skipping containerd worker, as "not" does not exist buildkitd: no worker found, rebuild the buildkit daemon?" and the daemon doesn't start. Can you help me understand what is missing or if what I'm trying to do is not possible at all? Thanks!