Using image from lxc customed remote repository in kubernetes cluster

I am able to setup kubernetes cluster using multiple nodes. One node is using lxe as container type. I am able to create pod from image of images remote repository. I have created a lxc remote repository and attached that in kubernetes node. But I am not able to create pod using the images from my created lxc remote repository. It says invalid image.



yaml

It looks like its trying to pull the image from docker.io, if so, you’ll need to specify where It can find the image (I assume there’s a config property for this, i have no practical experience)