simofacc
(Simon F)
July 29, 2022, 10:52am
1
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!
ramnes
(Guillaume Gelin)
August 3, 2022, 9:22am
2
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
.
simofacc
(Simon F)
August 9, 2022, 7:08pm
3
Hi @ramnes thanks for the commands, the kubectl delete namespace datadog
worked fine. Not sure how following datadogs documentation did not work as expected.