I am having tar of my service specific images. I am importing it in containerd so that it will be used by k3s to deploy PODs. command used to import image's tar is-
k3s ctr images import XXX.tar
By default it loads images in /var/lib/rancher/data
dir. However, I would like to load images in different directory. Anyone know, how to specify custom directory while loading images?