fabric8-analytics / fabric8-analytics-common

fabric8-analytics core common development
Apache License 2.0
6 stars 42 forks source link

document how to use `oc cluster up` or minishift #51

Open goern opened 7 years ago

goern commented 7 years ago

How do I use my existing OpenShift, or oc cluster up or minishift environment to do some development?

fridex commented 7 years ago

Basically if you set up your own OpenShift cluster or you use minishift, this tutorial should guide you: https://github.com/fabric8-analytics/fabric8-analytics-common/tree/master/openshift

From my experiences I have to say that minishift is not suitable for such large deployments as it computes pods based on available resources (in my case it was roughly 20 pods available AFAIK). If you count also deploy pods, you will end up with error messages saying that there are no sufficient pods to deploy application.