forked from openshift/kubernetes
-
Notifications
You must be signed in to change notification settings - Fork 0
OpenShift 3 Cluster
Endi S. Dewata edited this page Sep 15, 2023
·
1 revision
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
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
{ "insecure-registries" : [ ... ] }
Then run:
$ oc cluster up
- https://docs.openshift.com/container-platform/3.7/install_config/redeploying_certificates.html