You can uninstall the Alauda Service Mesh Operator and its resources from your Alauda Container Platform. This can be done through the Alauda Container Platform web console or the command line interface (CLI). Additionally, you have the option to delete the Istio custom resource definitions (CRDs).
Uninstalling the Alauda Service Mesh v2 Operator and the Istio control plane from an Alauda Container Platform involves deleting the following components:
Istio
resourceIstioCNI
resourceistio-system
namespaceistio-cni
namespaceYou can also optionally remove the Istio custom resource definitions (CRDs).
The Alauda Service Mesh v2 Operator can be uninstalled using the Alauda Container Platform web console.
Delete the Istio
resource:
Alauda Service Mesh v2
.Istio
.Istio
resource, then click Delete in the menu.Delete the IstioCNI
resource:
In the Alauda Service Mesh v2 view of OperatorHub:
IstioCNI
.IstioCNI
resource, then click Delete in the menu.Uninstall the Alauda Service Mesh v2 Operator:
In the Alauda Service Mesh v2 view of OperatorHub:
Delete the istio-system
namespace:
Delete the istio-cni
namespace:
To uninstall the Alauda Service Mesh v2 Operator and the Istio control plane from an Alauda Container Platform, you must delete the following:
Istio
resourceIstioCNI
resourceistio-system
projectistio-cni
projectOptionally, you can also delete the Istio custom resource definitions (CRDs).
The Alauda Service Mesh v2 Operator can be uninstalled using the Alauda Container Platform command line interface (CLI).
Delete the Istio
resource:
Get the Istio
resource name by executing this command:
Example output
Use the name from the previous command's output to replace <name_of_custom_resource>
, and then run the following to remove it:
Example output
Delete the IstioCNI
resource:
Get the name of the IstioCNI
resource by executing this command:
Example output
Use the name from the previous command's output to replace <name_of_custom_resource>
, and then run the following to remove it:
Example output
Delete the istio-system
and istio-cni
namespaces:
Delete the istio-system
namespace with the following command:
Example output
Delete the istio-cni
namespace with the following command:
Example output
Uninstall the Alauda Service Mesh v2 Operator:
Delete the servicemesh-operator2
subscription:
Example output
The deletion of Istio custom resource definitions (CRDs) is an optional step.
To delete the Istio CRDs, execute the command below: