Uninstalling LM Container Services using Argus and Collectorset Controller

Last updated on 10 May, 2023

Important: This applies to LM Container services using Argus v4 or later and Collectorset-Controller v1 or later.

This topic describes how to uninstall LM Container using Argus and Collectorset-Controller.

You may need to uninstall LM Container for the following reasons:

Considerations

Procedure

  1. Open the command line interface window. 
  2. In the terminal, run the following Helm command to uninstall the Collectorset-Controller:
    helm uninstall collectorset-controller -n <respective namespace>
  3. Run the following Helm command to uninstall Argus:
    helm uninstall argus -n <respective namespace>
  4. Delete the Custom Resource Definition (CRD) object by using the following command:
    kubectl delete crd collectorsets.logicmonitor.com

Note: The CRD object doesn’t get deleted with the uninstall Helm command. You have to manually delete the CRD.

  1. Delete the client cache configmaps using the following command:
    kubectl delete configmaps -l argus=cache
In This Article