7.7 Uninstall
When you no longer want to use MicroTx Distributed Transactions, you can uninstall it from the Kubernetes cluster.
Prerequisites
Before you run this command, ensure that you do not need to run MicroTx Distributed Transactions in your deployment and that there are no active transactions in progress.
Syntax
helm uninstall release_nameWhere,
release_name is the name of the application that you want to uninstall.
Usage Notes
When you run this command, it removes MicroTx Distributed Transactions from the Kubernetes cluster. Communication between your applications microservices will continue, but any requests sent by the application microservices to MicroTx Distributed Transactions will fail.Examples
Use the following command to delete the tmm_app application.
helm uninstall tmm_appParent topic: Manage the Transaction Coordinator