aakarshg / sincgars

Configure OpenShift cluster to add remotewrite for long term storage of cluster metrics
Apache License 2.0
0 stars 0 forks source link

Add tear down script #1

Open acalhounRH opened 5 years ago

acalhounRH commented 5 years ago

Adding a tear down script would allow users to easily stop collecting data.

aakarshg commented 5 years ago

deleting the configmap should do so which is as smple as oc -n openshift-monitoring delete configmap cluster-monitoring-config

aakarshg commented 5 years ago

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

bengland2 commented 4 years ago

Why wouldn't it work? What else is in this configmap?