Rancher cattle error when deploying new catlle

When trying to deploy new cattle the rancher agent starts but errors when the network agent i deployed with the following error:

APIError: 500 Server Error: Internal Server Error (“Get https://registry-1.docker.io/v2/rancher/agent-instance/manifests/v0.8.0: unknown: too many failed login attempts for username or IP address”)

When trying to hit the URL manually I get an unauthorized error, has the repo been made private?

https://registry-1.docker.io/v2/rancher/agent-instance/manifests/v0.8.0

Thanks,
Jon

No, but if you have dockerhub credentials entered they are sent with every request, regardless of whether that image would need them or not. And if they’re no good then nothing works.

1 Like

Oh, when hitting it with my browser I get an UNAUTHORIZED error.

https://registry-1.docker.io/v2/rancher/agent-instance/manifests/v0.8.0

That was it thank you, had a credential in Registries where the password had rotated.

Thanks for your help,
Jon