helm-charts
helm-charts copied to clipboard
Prometheus community Helm charts
#### What this PR does / why we need it As of now, the kubeprometheus-stack chart defines a default admin password for Grafana: "prom-operator". By doing so, it's overriding the...
### Is your feature request related to a problem ? Many users encounter persistent issues when trying to scrape Kubernetes control-plane components using kube-prometheus-stack: - Targets like `etcd`, `kube-scheduler`, `kube-controller-manager`,...
#### What this PR does / why we need it This fixes a regression that was introduced in [PR5635](https://github.com/prometheus-community/helm-charts/pull/5635). The default Alertmanager `values.yaml` file is no longer valid. Both `livenessProbe`...
### Describe the bug a clear and concise description of what the bug is. Hello, I want to ask why my kube-prometheus-stack is showing errors for CoreDNS and kube-state-metrics such...
### Describe the bug a clear and concise description of what the bug is. The underlying Grafana chart has issues preventing its init container to successfully run. ### What's your...
### Describe the bug a clear and concise description of what the bug is. My sts alertmanager pod is not creating and i am seeing 2 error from promethues operator,...
### Describe the bug a clear and concise description of what the bug is. Our Prometheus deployment, using the kube-prometheus-stack chart (v67.3.1) with the image quay.io/prometheus/prometheus:v3.0.1, is experiencing a segmentation...
### Is your feature request related to a problem ? Many charts have a predicate for support very old/non current K8s versions (for example https://github.com/prometheus-community/helm-charts/blob/bbae3ecb238b94f17eec0d3be8b07c1147b121d0/charts/alertmanager/Chart.yaml#L12) This introduces a burden of...
### Describe the bug a clear and concise description of what the bug is. When using an alert variable in the prometheusRule annotations section, I get this output: ``` COMBINED...
I am running Kube Prometheus stack in the k8s cluster and configured alertmanger to send alerts to alerta, the problem is that I want to send only critical alerts to...