Uninstalling IBM Cloud Private with OpenShift
Uninstall IBM Cloud Private with OpenShift by removing all deployed platform HELM charts.
- 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.
-
Change to the
clusterdirectory within your IBM Cloud Private installation directory:cd /<installation_directory>/cluster -
Uninstall IBM Cloud Private by running the
uninstall-on-openshiftcommand, substitutingARCHforamd64orppc64leaccording 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 -
Restart Docker on each node in your cluster. Run the following command on each node:
service docker restart -
Restart all nodes in your cluster.