If you see something like:
ctr: content digest sha256:83e82a8dd385e27d95f2118c1332d414684aa665552f7f837f86da33674308c4: not found
Then:
- add following to
/etc/docker/daemon.json
{
"features": {
"containerd-snapshotter": false
}
}sudo systemctl restart docker- Re-create kind cluster