projectatomic / commissaire-mvp

A lightweight REST interface for upgrading, restarting, and bootstrapping new hosts into an existing Container Management cluster.
http://commissaire.readthedocs.org/en/latest/
GNU General Public License v3.0
15 stars 9 forks source link

docs: clarify relation to openshift #120

Closed ibotty closed 8 years ago

ibotty commented 8 years ago

I cannot tell from the documentation whether commissaire is supposed to work with openshift. It would be great if it could.

ashcrow commented 8 years ago

Good note! It is supposed to be able to work with OpenShift and/or Kubernetes. I'll see what I can to clarify that in the documentation. Thank you for pointing it out!

ashcrow commented 8 years ago

@ibotty let me know if you think we need more changes to clarify that commissaire works with OpenShift.

Again, thank you for your feedback!

ibotty commented 8 years ago

Yes. It addresses all points I asked for. It would be great to know whether other network overlays like openshift-sdn (or weave, or whatever else exists) work with commissaire. At least openshift-sdn is pretty tightly integrated with openshift, so it might make sense to support it in commissaire, because setting up openshift-sdn by itself is pretty much the same as adding the node anyway.

ashcrow commented 8 years ago

At the moment we are working with Flannel. However, I fully expect us to implement openshift-sdn integration since it is commonly used as well.