Installing the OpenShift Container Platform (OCP) cluster
Procedure
- To start the cluster installation process, run the following 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, run the following 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