- 01 Dec 2021
- 1 Minute to read
- Print
- DarkLight
- PDF
Uninstall
- Updated on 01 Dec 2021
- 1 Minute to read
- Print
- DarkLight
- PDF
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 traceableai
YAML
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 traceableai
Namespace
Enter the following command to remove the Traceable label:
kubectl label namespace $NAMESPACE traceableai-inject-proxy
Terraform
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