I have two projects in Google Cloud. On the first project I have some images in the container registry and i'm using it in the gke.
When I trie to create a container in the second project, it gives me a error:
Error: Status 403 trying to pull repository project-1/image-x: "Access denied."
How can i use those images in the gke but in different project? I don't want to create the same images in the second project.