Closed shahzzzam closed 3 years ago
yep...Maybe you can change snapshotter's root by edit /etc/overlaybd-snapshotter/config.json like: { "root": "/var/lib/containerd/io.containerd.snapshotter.v1.overlaybd", "address": "/run/overlaybd-snapshotter/overlaybd.sock" }
and restart snapshotter: systemctl restart overlaybd-snapshotter
When I do the cri environment setup, I find a lot of failure logs in kubelet:
That's probably because overlaybd snapshot system is not in
/var/lib/containerd/io.containerd.snapshotter.v1.overlaybd
but rather/var/lib/overlaybd
That said, the overlaybd itself did not fail. It just generates a lot of error logs on
kubelet