Habitat containers run fine on Openshift. But for the more advanced things like service groups, we need to get the habitat-operator running. I've mulled through the documentation, and tried some steps on my own to see if I could get around that limiting factor. Here's the thing openshift is meant to be a multi-tenant k8s solution. Most of what I'm finding documented here:
Is for k8s. So my question really is, how do I do service groups on Openshift. But the question I might have asked since I've gone down the road a little bit, is how does one get the habitat-operator running.
So the crd.yml in that repo has been deployed with some help from the people that run the OS deployment at my company. In turn I've tried to get the container started but it has some trouble in regards to trying to create cluster-wide resources. So... what's our next step?
-MooseQuest