prometheus-operator / kube-prometheus

Use Prometheus to monitor Kubernetes and applications running on Kubernetes

Home Page:https://prometheus-operator.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Disable KubePersistentVolumeFillingUp

rpartapsing opened this issue · comments

Is there a way to disable https://github.com/prometheus-operator/kube-prometheus/wiki/KubePersistentVolumeFillingUp from the prom-operator?

It loops over all namespaces while we would like it to loop over a subset of namespaces instead.
I was hoping to do disabling from here
https://github.com/prometheus-community/helm-charts/blob/main/charts/kube-prometheus-stack/values.yaml

p.s. the discussions page seems less widely used than here.

Hope hearing from you.

Best regards,
Rakesh

I found the way to disable it from within the helm chart.