-
Notifications
You must be signed in to change notification settings - Fork 79
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
New Reaper deployment mode: Control Plane #1277
Labels
done
Issues in the state 'done'
Comments
adejanovski
added
ready
Issues in the state 'ready'
and removed
in-progress
Issues in the state 'in-progress'
labels
Jun 18, 2024
adejanovski
added
in-progress
Issues in the state 'in-progress'
and removed
ready
Issues in the state 'ready'
labels
Jul 12, 2024
5 tasks
5 tasks
This was referenced Aug 21, 2024
adejanovski
added
ready-for-review
Issues in the state 'ready-for-review'
and removed
in-progress
Issues in the state 'in-progress'
labels
Aug 22, 2024
adejanovski
added
review
Issues in the state 'review'
and removed
ready-for-review
Issues in the state 'ready-for-review'
labels
Aug 26, 2024
adejanovski
added
done
Issues in the state 'done'
and removed
review
Issues in the state 'review'
labels
Aug 30, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We want to allow deploying a single instance of Reaper which will repair all K8ssandraClusters managed by a single control plane.
This requires to create a new deployment mode in Reaper (aside from PER_DC and SINGLE), which we can name "CONTROL_PLANE".
A Reaper custom resource would need to be created separately prior to the K8ssandraCluster objects creation, with this mode.
Any K8ssandraCluster object without Reaper settings would be registered by the operator into the control plane Reaper and repairs would be managed by it.
We would disallow enabling Reaper in clusters if the control plane instance exists to keep things simple in the first iteration.
This means either you have one centralized Reaper managing all clusters or you have individual Reaper instances per cluster.
Definition of Done
The text was updated successfully, but these errors were encountered: