Delete KUMA

To remove KUMA, use the Ansible tool and the user-generated inventory file.

To remove KUMA:

  1. On the test machine, go to the installer folder:

    cd kuma-ansible-installer

  2. Execute the following command:

    sudo ./uninstall.sh <inventory file>

KUMA and all of the program data will be removed from the server.

The databases that were used by KUMA (for example, the ClickHouse storage database) and the information they contain must be deleted separately.

Special considerations for removing a high availability configuration of KUMA

The composition of the removed components depends on the value of the deploy_to_k8s parameter in the inventory file used to remove KUMA:

In addition to the KUMA components installed outside the cluster, the following directories and files are deleted on the cluster nodes:

When a cluster is being deleted, error messages may appear, however, it does not interrupt the installer.

After removing KUMA, restart the hosts on which the KUMA or Kubernetes components were installed.

Page top