5 Uninstalling NSSF

To delete the NSSF deployment, execute the following commands:

To completely delete or remove the NSSF deployment:

For helm 2 parameters:

helm del --purge <helm-release>

Example: helm del --purge ocnssf

For helm 3 parameters:

helm uninstall <helm-release> --namespace <ocnssf kubernetes namespace>

Example: helm uninstall ocnssf --namespace ocnssf

To delete kubernetes namespace:

kubectl delete namespace <ocnssf kubernetes namespace>

Example: kubectl delete namespace ocnssf