-
Notifications
You must be signed in to change notification settings - Fork 1.5k
chore(test): Remove Ratel from tests and example configs. #7738
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
Conversation
* Update README to remove Ratel and run backup scripts from an Alpha container shell instead. * Remove ratel from generated cert.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Have all of the contributions been tested as functional:
- CloudFormation (contrib/config/marketplace)
- Backups (client, gcp, azure, nfs, s3)
- Kubernetes (single, ha)
- Terraform / AWS (contrib/config/terraform/aws)
- Terraform / GCP (contrib/config/terraform/gcp)
- Terrafrom / K8S (contrib/config/terraform/kubernetes)
- Systemd / CentOS (contrib/systemd/centos)
- Standalone
|
Could you please explain why you removed ratel everywhere? If someone want it they can do it by themselves |
|
I assume these configs are used in CI - however they are directly linked from documentation: https://dgraph.io/docs/deploy/kubernetes/ and without Ratel the |
I'm exactly at this point. Trying to test DGraph following those instructions and stuck because I haven't Ratel. How can I install it in any of those clusters? |
|
Not sure how to get a browser UI up for docker compose now ratel is moved 😕 |
|
If Ratel is removed from all of the example configs, shouldn't the documentation be updated? I'd be happy to submit a PR removing references to Ratel in the documentation if someone wants to point me in the right direction. OTOH, I think it might be better if there were alternative instructions, and I'm still just getting my feet wet with dgraph |
|
Hello, So I have a small project where I need a graph database and I decided to try and use DGraph for it. I never used it before so please keep in mind that I have no idea how your software works. Anyway I tried to follow your tutorials:
Both of those (which seems the official ones, if I'm correct) encourage to use Anyway for people encountering this same problem, running: Have a nice day. |
This change is