-
Notifications
You must be signed in to change notification settings - Fork 561
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
Added Helm chart for RBD plugin #108
Conversation
Signed-off-by: Peter Nordquist <peter.nordquist@pnnl.gov>
@kfox1111 thanks for the contribution, would you mind drafting a follow up doc PR? Just to show how install, load, and clean up the chart with some screenshot. |
@@ -0,0 +1 @@ | |||
The Ceph RBD Container Storage Interface has been deployed. |
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.
what is this for?
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.
This file is printed to the screen when the chart is installed by helm. As an example, the metrics server chart prints how to use the metrics server data after you install it https://github.com/helm/charts/blob/master/stable/metrics-server/templates/NOTES.txt. I think this could be a place to stick information on how to use this chart, maybe a link to the examples section of this repo?
@plnordquist If you could add documentation for this under |
@plnordquist please add a followup document PR. thanks! |
Added Helm chart for RBD plugin
Bug 2099965: track metadata for RBD-images
For my k8s cluster, I wrote a helm chart for the RBD deployment. Here's that helm chart, I didn't know where to put it in the tree but it should be easily moved.