7 Uninstalling NSSF

To delete the NSSF deployment execute the following commands:

To completely delete or remove the NSSF deployment, execute:

helm del --purge <helm-release>
For example:
helm del --purge ocnssf
Delete kubernetes namespace
kubectl delete namespace <ocnssf kubernetes namespace>
For example:
kubectl delete namespace ocnssf