registry-creds icon indicating copy to clipboard operation
registry-creds copied to clipboard

can't retrieve images from eu.gcr.io

Open ToGoBananas opened this issue 7 years ago • 5 comments

It works fine with gcr.io images but it fails for eu subdomain

'''rpc error: code = 2 desc = Error response from daemon: denied: Permission denied for "latest" from request'''

ToGoBananas avatar Jun 02 '17 15:06 ToGoBananas

Yeah looks like I need to better support that domain. Right now it assumes the gcr.io. You can override that in the meantime by passing an arg to the process. See: https://github.com/upmc-enterprises/registry-creds/blob/master/main.go#L62

stevesloka avatar Jun 02 '17 16:06 stevesloka

Where are these args to be inputted?

vongohren avatar Jun 15 '17 14:06 vongohren

Hey @vongohren, you add that to the args of the controller definition.

stevesloka avatar Jun 15 '17 19:06 stevesloka

But if we use this as an addon to minikube, we dont have access to the controller?

vongohren avatar Jun 16 '17 06:06 vongohren

you can find the controller in the kube-system namespace when using minikube

Teddy-Schmitz avatar Sep 12 '17 08:09 Teddy-Schmitz