Open acalhounRH opened 5 years ago
deleting the configmap should do so which is as smple as oc -n openshift-monitoring delete configmap cluster-monitoring-config
deleting the configmap should do so which is as smple as
oc -n openshift-monitoring delete configmap cluster-monitoring-config
This wouldn't work if the configmap already had contents as it'd delete all the changes too, so it'll be helpful to look at how we can remove the changes made by sincgars
Why wouldn't it work? What else is in this configmap?
Adding a tear down script would allow users to easily stop collecting data.