Live Workshop: Integrate Google SecOps with Bindplane - Join Us on January 29th at 11 AM ET!Sign Up Now

Uninstall Kubernetes Collectors

Uninstall

Collectors 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