Free Report! Gartner® Hype Cycle™ for Monitoring and Observability.Read more

Uninstall Kubernetes Agents

Uninstall

Agents can be uninstalled by using the kubectl delete command against the previously downloaded YAML manifest.

bash
1kubectl delete -f <file name>

If the yaml file is not available, you can clean up all resources with the following commands:

bash
1kubectl -n bindplane-agent delete ds bindplane-node-agent
2kubectl -n bindplane-agent delete deploy bindplane-cluster-agent
3kubectl -n bindplane-agent delete sts bindplane-gateway-agent
4kubectl delete namespace bindplane-agent