OpenShift Container Platform (OCP) cluster installation process
About this task
To start the cluster installation process, issue this command:
./openshift-install create cluster --dir <ocp_installation_directory> --log-level=info
For example,
cd /ocp-tools
./openshift-install create cluster --dir gi300-on-azure --log-level=info
To clean up and uninstall the cluster, issue this command:
./openshift-install destroy cluster --dir=<ocp_installation_directory> --log-level=info
For example,
cd /ocp-tools
./openshift-install destroy cluster --dir gi300-on-azure --log-level=info
Note that this process, once launched, can be left unattended.