Uninstalling IBM Cloud Private with OpenShift

Uninstall IBM Cloud Private with OpenShift by removing all deployed platform HELM charts.

  1. Log in to the boot node as a user with root permissions. The boot node is usually your master node. For more information about node types, see Architecture. During installation, you specify the IP addresses for each node type.
  2. Change to the cluster directory within your IBM Cloud Private installation directory:

     cd /<installation_directory>/cluster
    
  3. Uninstall IBM Cloud Private by running the uninstall-on-openshift command, substituting ARCH for amd64 or ppc64le according to your CPU architecture:

     docker run -t --net=host -e LICENSE=accept -v $(pwd):/installer/cluster ibmcom/icp-inception-ARCH:latest-rhel-ee  uninstall-on-openshift
    
  4. Restart Docker on each node in your cluster. Run the following command on each node:

     service docker restart
    
  5. Restart all nodes in your cluster.