Nosail
Nosail

Reputation: 471

Why can I not see the images from the Container Registry?

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.

enter image description here

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

Answers (1)

Alexander PY Chan
Alexander PY Chan

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

Related Questions