19.5 Deleting the Ingress
Perform the following steps to delete the ingress and ingress controller:
- To delete the
ingress:
For example:helm delete oam-nginx -n <domain_namespace>
helm delete oam-nginx -n oamns
- To delete the ingress
controller:
For example:helm delete nginx-ingress -n <domain_namespace>
helm delete nginx-ingress -n mynginxns
- Delete the namespace using the following
command:
For example:kubectl delete namespace <domain_namespace>
kubectl delete namespace mynginxns