Installation - kvaga/openshiftExamples GitHub Wiki

OpenShift Origin

Installation proces is described here: https://www.techrepublic.com/article/how-to-install-openshift-origin-on-ubuntu-18-04/

If you have a problem "oc cluster up: Error: timed out waiting for the condition" please do the following steps (the source is: https://github.com/openshift/origin/issues/21420):

mkdir -p "$HOME/.occluster"
oc cluster up --base-dir="$HOME/.occluster"