operator icon indicating copy to clipboard operation
operator copied to clipboard

Kubernetes operator for Victoria Metrics

Results 157 operator issues
Sort by recently updated
recently updated
newest added

I've defined a securityContext for my vmagent pod: securityContext: fsGroup: 2003 runAsGroup: 2003 runAsNonRoot: true runAsUser: 2003 But when I do this, I see issues in the pod log: 2022-07-27T17:11:54.168Z...

bug

It should help prevent out-of-sync issues with argo-cd based deployments.

enhancement

We have three k8s pod for deploying vm components. Then we config a vmagent cr with 2 shards, every shard with 2 replicas. When I add podAntiAffinity config for vmagent...

enhancement

I use vmBackup to backup my data, destination is local file system storage: fs:///vm-backup/, add volumeMounts But I don't know how to add volume Because vmstorage.storage.volumeClaimTemplate does not support array...

enhancement

Chart: victoria-metrics-operator-0.11.3 AppVersion: 0.26.3 I've created Alertmanager (0.24.0) instance via `VMAlertmanager` resource, it's fine. Then trying to apply `VMAlertmanagerConfig`: ``` apiVersion: operator.victoriametrics.com/v1beta1 kind: VMAlertmanagerConfig metadata: name: test spec: route: receiver:...

bug

**Operator Version:** Tried with both 0.25.1 and 0.26.3. Observed the same issue on both versions. **Minimal example:** ```yaml apiVersion: operator.victoriametrics.com/v1beta1 kind: VMAgent metadata: name: test-vmagent namespace: testing spec: externalLabels: cluster:...

bug

We use M3 as a persistent multi-tenant storage, where tenants are implemented by using some specific headers to filter metrics by labels or change metric labels before writing to the...

enhancement

I'm using `PrometheusRule` CRs to describe alerts, and `victoria-metrics-operator` created shadow-`VMRule` CRs before configuring a `vmalert` pod with it. While this seems to mostly work, it seems the operator doesn't...

question

want to prevent vmagent data lost by mount ```yaml volumes: - name: persistent-queue-data hostPath: path: /data/var/vmagent/persistent-queue-data ``` operator should merge volume by name. https://github.com/VictoriaMetrics/operator/blob/10a53e58c8dcb388e7dda62db836513fb0618e90/controllers/factory/vmagent.go#L246-L251

enhancement