-
Notifications
You must be signed in to change notification settings - Fork 547
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
rbd: add replication capability & service to csiaddons server #3305
Conversation
What are the TODO's for this PR before it will be out of draft? I expect at least the following:
|
I was thinking to keep the replication services with controller server too for this release and log warning with its usage. I'll move the pr out of draft after some more testing. |
Testing is done, Everything works perfectly.
|
How did you test this? With the |
I've written code to add vol-rep controller under kubernetes csi addons, I've tested with fully working setup of csi-addons controller, rook-ceph, vrc and vr deployed. |
This looks good .. Appreciated if you can quickly update the PR description with the details on the things covered and the roadmap of changes planned for future releases @Rakshith-R 👍 |
done ptal, thanks |
This pull request now has conflicts with the target branch. Could you please resolve conflicts and force push the corrected changes? 🙏 |
csi-addons/spec is updated to latest to get replication identity capability. Signed-off-by: Rakshith R <rar@redhat.com>
csi-addons server will advertise replication capability and replication service will run with csi-addons server too. Signed-off-by: Rakshith R <rar@redhat.com>
Pull request has been modified.
csi-addons server will advertise replication capability and
replication service will run with csi-addons server too.
Updates: #3277
Signed-off-by: Rakshith R rar@redhat.com
Testing is done with entire csi-addons controller, rook-ceph setup, Everything works perfectly.
VolRep service will be completely removed from controllerserver in v3.8 and will only be accessible from csi-addons setup.
Will be followed up with #3314