18.6 Deleting the OIG Namespace
Perform the following step to delete the Oracle Identity Governance (OIG) namespace:
- Delete the helper pod if it is
running:
For example:kubectl delete pod helper -n <domain_namepace>
kubectl delete pod helper -n oigns
- Check to make sure all Kubernetes in the namespace are
deleted:
For example:kubectl get all,domains -n <domain_namepace>
If any objects remain, delete them manually.kubectl get all,domains -n oigns
- Delete the namespace using the following
command:
For example:kubectl delete namespace <domain_namespace>
kubectl delete namespace oigns