ceph / ceph-medic

find common issues in ceph clusters
MIT License
22 stars 18 forks source link

Corrected explanation of container platform connection #128

Closed gabriellasroman closed 5 years ago

gabriellasroman commented 5 years ago

Modified installation.rst and README.rst to explain Kubernetes and OpenShift connection

alfredodeza commented 5 years ago

Seems like you have a few merges in your commits. This happens because you are missing a rebase. A rebase will ensure that your commits are clean by pulling the latest changes and then adding your new commits on top.

Can you try a rebase here to remove these merges? Thanks!

gabriellasroman commented 5 years ago

Definitely, working on that right now!