-
Notifications
You must be signed in to change notification settings - Fork 14
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
Add ceph-csi how-to (Juju) #819
Conversation
da04874
to
b875cf7
Compare
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.
In order for this page to be accessible from the navigation, you need to add it to the index page at docs/src/charm/howto/index.md
We're adding a guide that describes the steps to deploy Ceph and the Ceph CSI plugin using Juju. It mostly follows the steps outlined in the ceph-csi readme: https://github.com/charmed-kubernetes/ceph-csi-operator/blob/main/README.md
b875cf7
to
6eaa8f7
Compare
Whops, forgot to add that. I've updated the PR, thanks! |
edited the language to be more in line with a how-to guide rather than tutorial. Also changes to layout and heading
I made some changes to your PR. It was mainly styling. Once you have a read through to make sure it still all makes sense go ahead and merge. Great work 😄 |
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.
@nhennigan thanks for making these changes! I think we should keep the juju deploy k8s
example, maybe even add an explicit note about the vm resources. By default, it will allocate a single vm cpu, which isn't enough and some k8s services and pods will hang.
VM containers will default to 1 vcpu, which isn't enough for K8s. K8s services and pods will hang unless we allocate enough resources. We'll readd the "juju k8s deploy" example and an explicit note on resource requirements.
LGTM. You can go ahead and merge. Thanks for all your help |
We're adding a guide that describes the steps to deploy Ceph and the Ceph CSI plugin using Juju.
It mostly follows the steps outlined in the ceph-csi charm readme: https://github.com/charmed-kubernetes/ceph-csi-operator/blob/main/README.md