UDM Uninstallation
To uninstall UDM, perform the steps given below from a server that has access to Kubectl and helm commands.
Table 2-5 UDM Uninstallation
Step No.# | Procedure | Description |
---|---|---|
1
|
Undeploy UDM |
Execute the following command to uninstall UDM: $ helm delete <deployment_name> --purge |
2
|
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. |