1.29. Uninstalling Service Mesh
To uninstall Red Hat OpenShift Service Mesh from an existing OpenShift Container Platform instance and remove its resources, you must delete the control plane, delete the Operators, and run commands to manually remove some resources.
1.29.1. Removing the Red Hat OpenShift Service Mesh control plane 링크 복사링크가 클립보드에 복사되었습니다!
To uninstall Service Mesh from an existing OpenShift Container Platform instance, first you delete the Service Mesh control plane and the Operators. Then, you run commands to remove residual resources.
1.29.1.1. Removing the Service Mesh control plane using the web console 링크 복사링크가 클립보드에 복사되었습니다!
You can remove the Red Hat OpenShift Service Mesh control plane by using the web console.
Procedure
- Log in to the OpenShift Container Platform web console.
- Click the Project menu and select the project where you installed the Service Mesh control plane, for example istio-system.
-
Navigate to Operators
Installed Operators. - Click Service Mesh Control Plane under Provided APIs.
-
Click the
ServiceMeshControlPlanemenu
.
- Click Delete Service Mesh Control Plane.
-
Click Delete on the confirmation dialog window to remove the
ServiceMeshControlPlane.
1.29.1.2. Removing the Service Mesh control plane using the CLI 링크 복사링크가 클립보드에 복사되었습니다!
You can remove the Red Hat OpenShift Service Mesh control plane by using the CLI. In this example, istio-system is the name of the control plane project.
Procedure
- Log in to the OpenShift Container Platform CLI.
Run the following command to delete the
ServiceMeshMemberRollresource.$ oc delete smmr -n istio-system defaultRun this command to retrieve the name of the installed
ServiceMeshControlPlane:$ oc get smcp -n istio-systemReplace
<name_of_custom_resource>with the output from the previous command, and run this command to remove the custom resource:$ oc delete smcp -n istio-system <name_of_custom_resource>