Uninstalling DevOps Loop from IBM Cloud Kubernetes Service (IKS)
To reinstall HCL DevOps Loop when an ongoing installation fails, you can uninstall DevOps Loop and its components from theIBM Cloud Kubernetes Service (IKS) cluster.
Before you begin
-
Installed DevOps Loop.
-
Closed DevOps Loop, any open web browsers, and all other applications that are enabled by DevOps Loop.
-
Optional: Backed up data from the previous version of DevOps Loop.
Procedure
- Navigate to in your IBM Cloud account and switch context to your cluster.
-
Run the following command to uninstall DevOps Loop:
Where,helm uninstall $HELM_NAME -n $NAMESPACENAMESPACE=devops-loop HELM_NAME=devops-loopThe PersistentVolumeClaims and PersistentVolumes that were created during the installation are not deleted automatically. If you reinstall DevOps Loop, the user data is reused unless you specifically delete those volumes.
-
Run the following command to delete everything, including the user data
contained in claims and persistent volumes:
kubectl delete namespace $NAMESPACE
