Removing Legacy Integrations

Today, if you remove a Yaml integration's config, its components will not be removed from the cluster automatically. You will also need to manually remove the custom resources from the Kubernetes cluster.

Removing Monitoring stack

You need to delete first the VMSingle and the VMAgent from the namespace :

kubectl delete vmsingle/monitoring -n <monitoring ns>
kubectl delete vmagent/monitoring -n <monitoring ns> 

Once done, you can delete the namespace : kubectl delete ns/<monitoring ns>


Revision #1
Created 4 June 2025 09:18:22 by Kieran Mitchell Lane
Updated 4 June 2025 09:18:22 by Kieran Mitchell Lane