Open goern opened 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.
How do I use my existing OpenShift, or
oc cluster up
or minishift environment to do some development?