Uninstalling Datadog agent from the cluster

Hi,

I followed this guide Kubernetes observability and monitoring with Datadog | Qovery to install datadog agents and I would like to remove the agents from the cluster but I am getting a resource not found error from kubectl.

Any idea how I can remove datadog?

Thanks!

How did you get this error?

I’m not a Qovery nor Datadog employee, but I would suppose that you just have to run helm uninstall or kubectl delete namespace datadog.

Hi @ramnes thanks for the commands, the kubectl delete namespace datadog worked fine. Not sure how following datadogs documentation did not work as expected.