Reputation: 471
I have created a docker image and uplaoded it to Container Registry.
But when I try to access the image by clicking "Create a Deployment" from my K8s cluster, I get the following error: You don't have permission to list images for this project
.
I was looking at this doc and added the following roles: Storage Admin
and Storage Object Viewer
. Apart from that, I also have the role of an Owner
assigned to me.
Can I please seek your guidance on what is it that I am missing here.
Upvotes: 0
Views: 175
Reputation: 31
I resolved it via enabling the Artifact Registry API. (No need to migrate your existing Container Registry, simply to enable the Artifact Registry API)
I think it is related to the latest Google's recommendation to transitioning to Artifact Registry
Upvotes: 2