Uninstalling Alauda Build of Kiali
You can uninstall the Alauda Build of Kiali 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 Kiali custom resource definitions (CRDs).
TOC
Uninstalling via the web console
Uninstalling the Alauda Build of Kiali Operator and the Kiali resources from an Alauda Container Platform involves deleting the following components:
Kialiresource- Alauda Build of Kiali Operator
You can also optionally remove the Kiali custom resource definitions (CRDs).
The Alauda Build of Kiali Operator can be uninstalled using the Alauda Container Platform web console.
Procedure
Delete the Kiali resource
- In the Alauda Container Platform web console, navigate to Administrator.
- Select Marketplace > OperatorHub.
- Search for the
Alauda Build of Kiali. - Locate the Alauda Build of Kiali, and click to select it.
- Click All Instances tab.
- From the Filter by instance type dropdown, select
Kiali. - Click the "⋮" button for the
Kialiresource, then click Delete in the menu. - When prompted, confirm the action by clicking Delete.
Uninstall the Alauda Build of Kiali Operator
In the Alauda Build of Kiali view of OperatorHub:
- Click the Uninstall button in the top-right corner.
- In the confirmation prompt, read the uninstall notice: Removing the operator will not remove any of its custom resource definitions or managed resources. If you have created a resource instance, you need to delete it manually.
- Click Uninstall.
Uninstalling via the CLI
To uninstall the Alauda Build of Kiali Operator and the Kiali resources from an Alauda Container Platform, you must delete the following:
Kialiresource- Alauda Build of Kiali Operator
Optionally, you can also delete the Kiali custom resource definitions (CRDs).
The Alauda Build of Kiali Operator can be uninstalled using the Alauda Container Platform command line interface (CLI).
Procedure
Delete the Kiali resource
-
Get the
Kialiresource name by executing this command:Example output
-
Use the name and namespace from the previous command's output to replace
<name_of_custom_resource>and<namespace>, and then run the following to remove it:Example output
Uninstall the Alauda Build of Kiali Operator
-
Delete the
kiali-operatorsubscription:Example output
Deleting Kiali custom resource definitions
The deletion of Kiali custom resource definitions (CRDs) is an optional step.
Procedure
-
To delete the Kiali CRDs, execute the command below: