UDM Uninstallation

To uninstall UDM, perform the steps given below from a server that has access to Kubectl and helm commands.

Table 3-5 UDM Uninstallation

Step No.# Procedure Description
1

img/icon.png

Undeploy UDM

Execute the following command to uninstall UDM:

$ helm delete <deployment_name> --purge
2

img/icon.png

Delete namespace

Execute the following command to delete the namespace:

kubectl delete namespace <deployment_name>

Note: Deleting the namespace, deletes all the other Kubernetes objects in that namespace.