If you see something like:

ctr: content digest sha256:83e82a8dd385e27d95f2118c1332d414684aa665552f7f837f86da33674308c4: not found

Then:

  1. add following to /etc/docker/daemon.json
{
  "features": {
    "containerd-snapshotter": false
  }
}
  1. sudo systemctl restart docker
  2. Re-create kind cluster