Uninstall

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

kubectl delete -f <file name>

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

kubectl -n bindplane-agent delete ds bindplane-node-agent
kubectl -n bindplane-agent delete deploy bindplane-cluster-agent
kubectl -n bindplane-agent delete sts bindplane-gateway-agent
kubectl delete namespace bindplane-agent

Last updated

Was this helpful?