-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
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
PD cluster failed to respond #3
Comments
I have the same issue :/ |
Error is being thrown in the tikv-client, on this line: https://github.com/surrealdb/tikv-client/blob/master/tikv-client-pd/src/cluster.rs#L174 Stackoverflow: https://stackoverflow.com/questions/73842114/specifying-the-tikv-cluster-endpoint-as-the-backing-data-store-error |
we recently published this Kubernetes guide: https://surrealdb.com/docs/deployment/kubernetes I encourage you to use that guide to run a SurrealDB + TiKV cluster locally |
Having same issues with Kubernetes |
At least for me, the setup with tikv using rancher / traefik as ingress did not work, but with nginx. |
Hi there,
I'm new to surrealDB, tikz and all the database world, trying to get the docker-compose setup here to work.
For some reason it seems that the tikv instances cant reach the pd instances. Did anyone ran into the same issue before?
docker images
The following docker-compose.yaml is simply called via
docker-compose up
The text was updated successfully, but these errors were encountered: