機械翻訳について

4 Operator Lifecycle Managerモジュールの削除

Operator Lifecycle Managerモジュールを削除して、Kubernetesクラスタをそのまま残すことができます。 これを行うには、環境からOperator Lifecycle Managerモジュールを削除します。

olcnectl module uninstallコマンドを使用して、Operator Lifecycle Managerモジュールを削除します。 たとえば、myolmという名前のOperator Lifecycle Managerモジュールをmyenvironmentという名前の環境にアンインストールするには:

olcnectl module uninstall \
--environment-name myenvironment \
--name myolm

Operator Lifecycle Managerモジュールが環境から削除されます。