registry-creds
registry-creds copied to clipboard
can't retrieve images from eu.gcr.io
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'''
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
Where are these args to be inputted?
Hey @vongohren, you add that to the args of the controller definition.
But if we use this as an addon to minikube, we dont have access to the controller?
you can find the controller in the kube-system namespace when using minikube