helm-charts
helm-charts copied to clipboard
Helm charts for VictoriaMetrics, VictoriaLogs and ecosystem
For some reason, this name is not truncated. I installed using the k8s-stack helm chart.
Hi, Unlike the victoria-metrics-operator [chart](https://github.com/VictoriaMetrics/helm-charts/blob/82b09f658fbd6fe03b067fb28a6836b4cfd8927b/charts/victoria-metrics-operator/templates/service_scrape.yaml#L23), the victoria-metrics-k8s-stack one doesn't allow customising the operator vmServiceScrape [resource](https://github.com/VictoriaMetrics/helm-charts/blob/82b09f658fbd6fe03b067fb28a6836b4cfd8927b/charts/victoria-metrics-k8s-stack/templates/victoria-metrics-operator/servicescrape.yaml#L13). Eg cannot add relabelings. Also neither allow adding metricRelabelings. Cheers.
Install monitoring using a helm chart, enabled scraping for kubelet and cadvisor, but with the standard `metricRelabelConfigs`, the merics doesn't drop. ``` # drop high cardinality label and useless metrics...
A common issue istio users encounter with Jobs is that the Istio sidecar will not quit when the other pods have finished, leaving the job in Running status forever (https://github.com/istio/istio/issues/6324)....
Hello! I would like to purpose to add possibility to override namespace via values.yaml. Especially for the k8s-stack chart. In my case I have a single chart where I have...
At the moment health check scheme for vmauth is hardcoded in chart templates, and if a user has enabled TLS, the health check does not work. More details: https://victoriametrics.slack.com/archives/CGZF1H6L9/p1683041088067339
`vmalert` for example have a whole slew of `remoteWrite.tls*` options yet there doesn't seem to be a way to pass it via helm config to fill the k8s config. In...
Chart version: 0.12.* I want to use 2 notifiers for vmalert. I try many variants: 1. Classic: ```yaml vmalert: spec: notitfiers: - url: "alertnamager1" - url: "alertnamager2" ``` But after...
Dear team, as far I got per docs, HA modes for VMAgent and VMAlerts are being set via increasing the amount of these entities (agent and alert). Is there a...
Hi Team, **We are facing some issue while scraping timeseries.** {"ts":"2023-01-13T10:11:47.708Z","level":"warn","caller":"VictoriaMetrics/app/vmagent/remotewrite/client.go:333","msg":"couldn't send a block with size 107120 bytes to \"1:secret-url\": Post \"https://vmauth-ocp-vmetrics.apps.clustername/api/v1/write\": EOF; re-sending the block in 2.000 seconds"} 5...