The topic describes various commands to uninstall traceable-agent
You can uninstall Traceable components by completing the following steps:
Helm
If you have installed Traceable using Helm chart, enter the following command to uninstall Traceable:
helm uninstall traceable-agent --namespace traceableaiYAML
If you have installed Traceable using a YAML file, enter the following command to uninstall Traceable:
- Enter the following command to delete the traceable YAML file:
kubectl delete -f traceableai.yaml- Enter the following command to delete the Traceable namespace:
kubectl delete ns traceableaiNamespace
Enter the following command to remove the Traceable label:
kubectl label namespace $NAMESPACE traceableai-inject-proxyTerraform
Enter the following command to uninstall traceable-agent. It is important that you run this command from the same directory from where you ran the terraform apply command. You can also run this command from the directory where you have the terraform.tfstate file that is created after you ran terraform apply command.
terraform destroy