4 Removing the NGINX Ingress Controller Module

You can remove a deployment of the NGINX Ingress Controller module and leave the Kubernetes cluster in place. To do this, you remove the NGINX Ingress Controller module from the environment.

Use the olcnectl module uninstall command to remove the NGINX Ingress Controller module. For example, to uninstall the NGINX Ingress Controller module named mynginx-ingress in the environment named myenvironment:

olcnectl module uninstall \
--environment-name myenvironment \
--name mynginx-ingress

The NGINX Ingress Controller module is removed from the environment.