-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Helm chart for cluster provisioning #2109
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This could be useful. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
@Stale bot leave it open |
With #2820 merged, we can now plan on adding the cluster spec to the existing rook-ceph helm chart instead of creating a whole new chart. This will be a great simplification since users generally want to manage a single cluster with a single operator. We can leverage the changes in #1676 and now apply it to the existing helm chart and we will be most of the way there. The cluster crd has changed quite a bit since that PR was opened, so we will also need to update to the latest crd schema. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Activity! |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in a week if no further activity occurs. Thank you for your contributions. |
Happy New Year! |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in a week if no further activity occurs. Thank you for your contributions. |
2 years later ? :) |
My plan would be to just have it be a "wrapper" for the CephCluster object in the values.yaml and keeping it separate to the rook-ceph-operator Chart so we can rely on the operator like that as a dependencies. |
@galexrt |
@maver1ck Yeah I know that one, but we need one specific for the Rook CephCluster object to be able to easily add "easy to use options / toggles" later down the road. I'll start the chart as a specific for CephCluster wrapper and later on as users will hopefully contribute to it so that "easy use options" (e.g., "this is a test cluster" toggle, etc) can be added to it. |
If you need any testing please let me know. |
To update on this issue, I'm in the process of writing a design document to move all Helm charts to a separate repo, so the Helm charts are able to "move" / release without being bound to the Rook releases directly. |
Is this a bug report or feature request?
What should the feature do:
I'd like to have helm chart for cluster creating. Both for sc and cluster itself
https://rook.io/docs/rook/master/block.html
https://github.com/rook/rook/blob/master/Documentation/ceph-quickstart.md#create-a-rook-cluster
What is use case behind this feature:
I can have all the parts of the env managed by helm
The text was updated successfully, but these errors were encountered: