F.1 Uninstalling NRF Using Helm
This section describes the procedure for uninstalling NRF using Helm.
- Run the following command to find the namespace of the NRF deployment which should be
uninstalled.
helm ls -n <namespace>Where,
<namespace>is the NRF deployment namespace name. - Run the following command to uninstall NRF.
Run the following command to completely delete or remove the NRF deployment:
helm uninstall <helm-release> -n <namespace>Where,<helm-release>is a name provided to identify the Helm deployment.<namespace>is the name provided to identify the namespace of NRF deployment.
For example:
helm uninstall ocnrf -n ocnrf
Helm keeps a record of its releases, so you can still reactivate the release after uninstalling it.
To verify the NRF uninstallation, run the following command:
$ kubectl get all -n <release-namespace>
In case of successful uninstallation, no NRF resource is displayed in the command output. DBTier or cnDBTier resources can still remain by design until DBTier uninstall step is executed.
If the command output displays the NRF resources or objects, then perform Delete Kubernetes Resources (if required).