OpenShift 3 Cluster

From Dogtag
Jump to: navigation, search

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:

Edit /etc/docker/daemon.json:

{
   "insecure-registries" : [ ... ]
}

Then run:

$ oc cluster up

Redeploying Certificates

See Also