Hi, what are advantages of having OpenShift in CentOS CI as a service
over using `oc cluster up` [1] and deploying it yourself ?
Regards, Marek
[1] https://github.com/openshift/origin/blob/master/docs/cluster_up_dow n.md
On 16/03/17 11:32, Marek Skalický wrote:
Hi, what are advantages of having OpenShift in CentOS CI as a service
over using `oc cluster up` [1] and deploying it yourself ?
It depends a lot on what it is that is being tested and for what. the CentOS CI openshift will give you a proper cluster, with typical characteristics of what you might find in production; oc cluster up gives you a small developer experience. Minishift is then another option for the local developer experience.