Complimentary Gartner® Report! 'A CTO's Guide to Open-Source Software: Answering the Top 10 FAQs.'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