Skip to content

OpenShift 3 Cluster

Endi S. Dewata edited this page Sep 15, 2023 · 1 revision

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

  • https://docs.openshift.com/container-platform/3.7/install_config/redeploying_certificates.html