im trying to mount the large directories in `/var/...
# k3d
r
im trying to mount the large directories in
/var/lib/rancher/k3s/agent/containerd
in an attempt to speed up subsequent application installs. has someone tried to do this before?
i'm often getting errors like no such file /run/k3s/containerd/containerd.sock
i guess this is a similar as to this question here (https://github.com/k3s-io/k3s/discussions/5886#discussioncomment-3190924). rather than backing up the db im trying to preserve the weight of the application installs (containerd content) to speed up subsequent deployments in a ci pipeline via a caching layer
b