4 NGINX Ingress Controllerモジュールの削除
NGINX Ingress Controllerモジュールのデプロイメントを削除し、Kubernetesクラスタをそのまま残すことができます。 これを行うには、環境からNGINX Ingress Controllerモジュールを削除します。
olcnectl module uninstall
コマンドを使用して、NGINX Ingress Controllerモジュールを削除します。 たとえば、mynginx-ingress
という名前のNGINX Ingress Controllerモジュールをmyenvironment
という名前の環境にアンインストールするには:
olcnectl module uninstall \
--environment-name myenvironment \
--name mynginx-ingress
NGINX Ingress Controllerモジュールが環境から削除されます。