-
Notifications
You must be signed in to change notification settings - Fork 528
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
feat(dist): support docker deployment for PD and Store #2529
Conversation
VGalaxies
commented
Apr 21, 2024
•
edited
Loading
edited
- dockerfile for pd and store
- docker compose
- 1 pd + 1 store + 1 server
- 3 pd + 3 store + 3 server
- avoid host network
- avoid duplication
- add built-in configuration files for multi-nodes
- CI auto build and push images
- see https://github.com/VGalaxies/actions/actions/workflows/publish_latest_pd_store_server_image.yml and https://hub.docker.com/u/hugegraph
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## pd-store #2529 +/- ##
===========================================
Coverage ? 48.51%
Complexity ? 827
===========================================
Files ? 717
Lines ? 58366
Branches ? 7489
===========================================
Hits ? 28315
Misses ? 27217
Partials ? 2834 ☔ View full report in Codecov by Sentry. |
56fb604
to
efac40b
Compare
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.
currently, we have too much similar config files 😢
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.
Merge it first (as a preview version)
Co-authored-by: imbajin <jin@apache.org>