19.6 Deleting the OAM Namespace
Perform the following step to delete the Oracle Access Management (OAM) namespace:
- Delete the helper pod if it is
running:
For example:kubectl delete pod helper -n <domain_namepace>
kubectl delete pod helper -n oamns
- 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 oamns
- Delete the namespace using the following
command:
For example:kubectl delete namespace <domain_namespace>
kubectl delete namespace oamns