This message was deleted.
# extensions
a
This message was deleted.
m
I think I solved the issue on the invalid reference format, I used
<http://registry.gitlab.com|registry.gitlab.com>
for the registry argument.. now after importing the tag.. its just showing connection refused.. but I think its because of my secret. so I might need to look into it.
g
m
check your authentication.. make sure you created the secret under
cattle-ui-plugin-system
g
In my case it’s a public repo on harbor so there shouldn’t be any authentication. And that IP looks like it’s a Kubernetes service on the local rancher cluster… it’s not the IP of my harbor image registry.
m
if im not mistaken, dont quote me, that IP is pointed somewhere in rancher, might be deployments or pod, which it will be the one who will communicate on your registry, which on your setup is
harbor
but im not very sure, maybe check your firewalls, maybe its blocking rancher to communicate with harbor..
g
Ok thanks for the thoughts. I’ll check that out.