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

You must have completed the following tasks:
  • 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

  1. Navigate to Cluster Management > Clusters > Overview > Actions > Connect via CLI in your IBM Cloud account and switch context to your cluster.
  2. Run the following command to uninstall DevOps Loop:
    helm uninstall $HELM_NAME -n $NAMESPACE
    Where,
    NAMESPACE=devops-loop
    HELM_NAME=devops-loop

    The 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.

  3. Run the following command to delete everything, including the user data contained in claims and persistent volumes:
    kubectl delete namespace $NAMESPACE

Results

You have uninstalled DevOps Loop from the IKS cluster.