-
Notifications
You must be signed in to change notification settings - Fork 361
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: add create etcd cluster and weed cluster function #2304
Conversation
@sjcsjc123 Thanks for your great work, and cloud you please make the CI all passed before it can be reviewed. |
I will fix it in a few days and improve the testing. I have some things to do in the past few days. |
Codecov ReportAttention: ❗ Your organization needs to install the Codecov GitHub app to enable full functionality.
... and 173 files with indirect coverage changes 📢 Thoughts on this report? Let us know!. |
Signed-off-by: sjcsjc123 <1401189096@qq.com>
7bf3a30
to
239ccd0
Compare
@sjcsjc123 please squash your commits firstly And In addition, regarding the comment in the PR, you can refer to see if there are similar problems |
@starnop I got it. I will try to squash them. |
This reverts commit b75e8a6. Signed-off-by: sjcsjc123 <1401189096@qq.com>
Signed-off-by: sjcsjc123 <1401189096@qq.com>
Signed-off-by: sjcsjc123 <1401189096@qq.com>
Signed-off-by: sjcsjc123 <1401189096@qq.com>
Signed-off-by: sjcsjc123 <1401189096@qq.com>
I suggest following items to be done before going into release: 1. finish testing and provide test evidence on basic functions 2. integrate with NewImageMounter() method and provide a switch to enable it (use previous implementation by default, use new implantation if user tell us to) 3. squash all commits into one to maintain a clear commit history |
Going into alpha branch to meet SoC requirements, please see comment for follow up actions to be merge to main branch and next release. |
Describe what this PR does / why we need it
Provide an interface to create a distributed file system and implement cluster mounting of rootfs
Does this pull request fix one issue?
NONE
Describe how you did it
Adopting decentralized weed cluster deployment method
Describe how to verify it
At present, the testing has not been completed yet, and will be improved in the future.
Special notes for reviews
There is still a lot of unfinished work for this PR, and I will improve it as soon as possible and provide a functional test report.
ssh
to start the etcd node and the weed node