We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On start of registration API, it is giving following error when requesting registry details:
time="2021-12-02T02:57:32Z" level=error msg="Error while querying registry%!(EXTRA *url.Error=Post "/api/v1/evaluation": unsupported protocol scheme "")" panic: dial tcp 10.4.241.240:6379: connect: connection refused
Registry is working fine and is being used in keyclock.
Same issue in registration API for redis services as well.
The text was updated successfully, but these errors were encountered:
it was due to redis was alloted to Nodeport and port referred was redis native port.
Sorry, something went wrong.
No branches or pull requests
On start of registration API, it is giving following error when requesting registry details:
time="2021-12-02T02:57:32Z" level=error msg="Error while querying registry%!(EXTRA *url.Error=Post "/api/v1/evaluation": unsupported protocol scheme "")"
panic: dial tcp 10.4.241.240:6379: connect: connection refused
Registry is working fine and is being used in keyclock.
Same issue in registration API for redis services as well.
The text was updated successfully, but these errors were encountered: