機械翻訳について

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モジュールが環境から削除されます。