I'm having a hard time finding anything about this in the docs.
I'm running GKE with containerd.
I can login to a node and run crictl images
and see all the images.
But what I'm trying to find out is
/var/lib/containerd
directory on each node. Within this directory, the images are stored in subdirectories.GKE manages the container runtime and image distribution automatically, and it's generally not necessary to interact with these directories manually. Keep in mind that directly accessing or modifying the container image storage directories on GKE nodes is not recommended.
Each node in a GKE cluster needs to have sufficient storage capacity to store the container images required by the pods running on that node. When a container image is pulled from the container registry and stored on a node, it occupies disk space on that node.
However, it's important to note that the overall storage capacity of the node, including the space used by container images, can affect the amount of available ephemeral storage for the pods