helm-charts
helm-charts copied to clipboard
Helm charts for VictoriaMetrics, VictoriaLogs and ecosystem
Helm upgrade fails. ``` helm -n monitoring list NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION operator monitoring 2 2021-10-12 08:52:10.52384 -0700 PDT failed victoria-metrics-operator-0.3.1 0.19.1 ``` [upgrade.log](https://github.com/VictoriaMetrics/helm-charts/files/7331510/upgrade.log) Only forced...
Starting vmalert with `httpListenAddr=:my_any_port` is failed because pod port is hard coded in deployment >ports: - name: http containerPort: 8880 readinessProbe: httpGet: path: /health port: http initialDelaySeconds: 5 periodSeconds: 15...
Enabling ingress flag in value.yaml is throwing following error: Error: UPGRADE FAILED: unable to recognize "": no matches for kind "Ingress" in version "networking.k8s.io/v1beta1" Helm Version: Version.BuildInfo{Version:"v3.7.0", GitCommit:"eeac83883cb4014fe60267ec6373570374ce770b", GitTreeState:"clean", GoVersion:"go1.17"}...
Chart version `0.7.6` for victoria-metrics-agent has the following `relabel_config` for the `kubernetes-pods`, `kubernetes-service-endpoints`, and `kubernetes-service-endpoints-slow` jobs: ``` - action: keep_if_equal source_labels: - __meta_kubernetes_pod_annotation_prometheus_io_port - __meta_kubernetes_pod_container_port_number ``` This is correct for...
Add HPA for vmagent helm chart.
the chart values should support a global relabel config for ingested metrics, similar to the `scrape` variable (generating a configMap, etc.) https://docs.victoriametrics.com/#relabeling currently we're using `--relabelConfig` and a separately deployed...
Using victoria-metrics-agent chart, I had like to configure `remoteWrite.relabelConfig`. However, chart doesn't seems to support such configuration file as first class citizen. My limited knowledge of Helm / K8s drives...
existingClaim does not create a PVC but does not refer to the provided value in sts persistentVolumeClaim. https://github.com/VictoriaMetrics/helm-charts/blob/master/charts/victoria-metrics-single/templates/server-statefulset.yaml
Changed victoria-metrics-agent chart's default scrape_config, added configs for services deployed by victoria-metrics-cluster chart.
Hi there, The `victoria-metrics-k8s-stack` does only create crds and services in the namespace `kube-system` but doesn't create any pods in the target namespace. **Steps to reproduce** ```shell helm repo add...