helm-charts icon indicating copy to clipboard operation
helm-charts copied to clipboard

Helm charts for VictoriaMetrics, VictoriaLogs and ecosystem

Results 140 helm-charts issues
Sort by recently updated
recently updated
newest added

I have been digesting the docs but cannot get my head around this, maybe already answered question, so appreciate any help. :) I am evaluating the k8-stack charts. Things work...

It would be great to have support HPA for Statefulset based VMselect deployments for `victoria-metrics-cluster` helm chart

As documented here: https://docs.victoriametrics.com/vmalert.html#multiple-remote-writes I want to use vmagent to proxy my vmalert remote_write to multiple destinations. But the helm chart doesn't allow overriding the remote_write destination for vmalert: https://github.com/VictoriaMetrics/helm-charts/blob/b130be84e99ac1584289dfc3ee9eeb59b154a94a/charts/victoria-metrics-k8s-stack/templates/_helpers.tpl#L113...

Some cluster-level resources in charts have namespace field in them, although they shouldn't . For example, ClusterRole and ClusterRoleBinding in victoria-metrics-agent and victoria-metrics-cluster charts. Helm and kubectl usually ignore this...

bug

Hello. I have `victoria-metrics-k8s-stack` deployed into my cluster. I'm trying to install some other helm charts, like `nginx` with the `serviceMonitor` option enabled, which creates `ServiceMonitor` CRD. And I'm getting...

enhancement

I feel like I'm missing something simple. I'm spinning up the `victoria-metrica-k8s-stack` and I definitely see the `vmagent` and `vmsingle` pods start, but they immediately terminate. If I upgrade the...

question

Hello! Trying to install VM cluster in k8s. OS: Rocky Linux 8.5 Obsidian k8s: v1.24.2 Firewalld: off Internet: on, no restrictions Have a problem: ![image](https://user-images.githubusercontent.com/80704041/179425412-6c4443f4-ae30-4720-ae74-fdf1299553ba.png) Installation process itself is a...

question

Hello all, we have a VMcluster created by [victoria-metrics-k8s-stack](https://github.com/VictoriaMetrics/helm-charts/tree/master/charts/victoria-metrics-k8s-stack) and multiple vmagents (created by the same helm chart) in different Kubernetes clusters. The `externalLabels` parameter is set for each cluster:...

question

Kubernetes has deprecated port 10251-10252 for controller manager and scheduler. Now we have port 10257 for the controller manager and 10259 for the scheduler, they both are secure ports and...

enhancement

> In a new kubernetes cluster, the first installation of victoria-metrics-k8s-stack prompts that a crd resource already exists and cannot continue with the installation ```shell helm install victoria-metrics-k8s-stack vm/victoria-metrics-k8s-stack -f...