이 콘텐츠는 선택한 언어로 제공되지 않습니다.

Chapter 1. Uninstalling OpenShift Service Mesh


Uninstall the Red Hat OpenShift Service Mesh Operator and remove its associated resources, including custom resource definitions (CRDs), by using the OpenShift Container Platform web console or the CLI.

Uninstalling Red Hat OpenShift Service Mesh Operator 3 and the Istio control plane from an existing OpenShift Container Platform instance requires removing the following:

  • Istio resource
  • IstioCNI resource
  • Red Hat OpenShift Service Mesh Operator 3
  • istio-system project
  • istio-cni project

Optionally, you can remove the Istio custom resource definitions (CRDs).

You can uninstall the Red Hat OpenShift Service Mesh Operator 3 either by using the OpenShift Container Platform web console.

Procedure

  1. Delete the Istio resource:

    1. In the OpenShift web console, click Operators Installed Operators.
    2. Click Istio in the Provided APIs column.
    3. Click the Options menu Delete Istio.
    4. At the prompt to confirm the action, click Delete.
  2. Delete the IstioCNI resource:

    1. In the OpenShift web console, click Operators Installed Operators.
    2. Click IstioCNI in the Provided APIs column.
    3. Click the Options menu Delete IstioCNI.
    4. At the prompt to confirm the action, click Delete.
  3. Uninstall Red Hat OpenShift Service Mesh 3 Operator:

    1. In the OpenShift web console, click Operators Installed Operators.
    2. Locate Red Hat OpenShift Service Mesh 3 Operator.
    3. Click the Options menu Uninstall Operator.
    4. At the prompt to confirm the action, select the Delete all operand instances for this operator checkbox.
    5. Click Uninstall.
  4. Delete the istio-system project:

    1. In the OpenShift web console, click Home Projects.
    2. Locate the name of the istio-system project.
    3. Click the Options menu Delete Project.
    4. At the prompt to confirm the action, enter the name of the project.
    5. Click Delete.
  5. Delete the istio-cni project:

    1. In the OpenShift web console, click Home Projects.
    2. Locate the name of the istio-cni project.
    3. Click the Options menu Delete Project.
    4. At the prompt to confirm the action, enter the name of the project.
    5. Click Delete.

1.2. Uninstall OpenShift Service Mesh by using the CLI

Uninstalling Red Hat OpenShift Service Mesh Operator 3 and the Istio control plane from an existing OpenShift Container Platform instance requires removing the following:

  • Istio resource
  • IstioCNI resource
  • Red Hat OpenShift Service Mesh Operator 3
  • istio-system project
  • istio-cni project

Optionally, you can remove the Istio custom resource definitions (CRDs).

You can uninstall the Red Hat OpenShift Service Mesh Operator 3 either by using the OpenShift Container Platform command line interface (CLI).

Procedure

  1. Delete the Istio resource:

    1. Retrieve the Istio resource name by running the following command:

      $ oc get istio -n istio-system
    2. Replace <name_of_custom_resource> with the output from the previous command, and run the following command to remove the custom resource:

      $ oc delete istio/<name_of_custom_resource>
  2. Delete the IstioCNI resource:

    1. Retrieve the name of the IstioCNI resource by running the following command:

      $ oc get istioCNI -n istio-system
    2. Replace <name_of_custom_resource> with the output from the previous command, and run the following command to remove the custom resource:

      $ oc delete istioCNI/<name_of_custom_resource>
  3. Delete the istio-system and istio-cni projects:

    1. Delete the istio-system namespace by running the following command:

      $ oc delete ns istio-system
    2. Delete the istio-cni namespace by running the following command:

      $ oc delete ns istio-cni
  4. Uninstall OpenShift Service Mesh Operator 3:

    1. Delete the servicemeshoperator3 subscription:

      $ oc delete subscription servicemeshoperator3 -n openshift-operators

      You should see output similar to the following example:

      output: subscription.operators.coreos.com "servicemeshoperator3" deleted
    2. Check the current version of the servicemeshoperator3 subscribed Operator in the currentCSV field by running the following command:

      $ oc get clusterserviceversion -n openshift-operators | grep servicemeshoperator3 | awk '{print $1}'

      You should see output similar to the following example:

      output: currentCSV: servicemeshoperator3.v3.0.0
    3. Delete the cluster service version (CSV) for the Operator in the target namespace using the currentCSV value from the previous step:

      $ oc delete clusterserviceversion servicemeshoperator3.v3.0.0 -n openshift-operators

      You should see output similar to the following example:

      clusterserviceversion.operators.coreos.com "servicemeshoperator3.v3.0.0" deleted.

1.3. Delete Istio custom resource definitions

Deleting Istio custom resource definitions (CRDs) are optional.

Procedure

  • To delete the Istio CRDs, run the following command:

    $ oc get crds -oname | grep -e istio.io -e sailoperator.io | xargs kubectl delete
Red Hat logoGithubredditYoutubeTwitter

자세한 정보

평가판, 구매 및 판매

커뮤니티

Red Hat 문서 정보

Red Hat을 사용하는 고객은 신뢰할 수 있는 콘텐츠가 포함된 제품과 서비스를 통해 혁신하고 목표를 달성할 수 있습니다. 최신 업데이트를 확인하세요.

보다 포괄적 수용을 위한 오픈 소스 용어 교체

Red Hat은 코드, 문서, 웹 속성에서 문제가 있는 언어를 교체하기 위해 최선을 다하고 있습니다. 자세한 내용은 다음을 참조하세요.Red Hat 블로그.

Red Hat 소개

Red Hat은 기업이 핵심 데이터 센터에서 네트워크 에지에 이르기까지 플랫폼과 환경 전반에서 더 쉽게 작업할 수 있도록 강화된 솔루션을 제공합니다.

Theme

© 2026 Red Hat
맨 위로 이동