OpenShift 3 Cluster
From Dogtag
Contents
Installing OpenShift Client Tools
Get the latest OpenShift Client Tools from https://github.com/openshift/origin/releases:
$ wget https://github.com/openshift/origin/releases/download/v3.11.0/openshift-origin-client-tools-v3.11.0-0cbc58b-linux-64bit.tar.gz $ tar xvf openshift-origin-client-tools-v3.11.0-0cbc58b-linux-64bit.tar.gz $ cd openshift-origin-client-tools-v3.11.0-0cbc58b-linux-64bit $ export PATH=$PWD:$PATH
Installing OpenShift Cluster
See:
- https://docs.openshift.com/container-platform/3.11/getting_started/install_openshift.html
- https://docs.openshift.com/container-platform/3.11/getting_started/configure_openshift.html
Edit /etc/docker/daemon.json:
{ "insecure-registries" : [ ... ] }
Then run:
$ oc cluster up