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

The Victoria Logs helm chart allows the creation of a StatefulSet: https://github.com/VictoriaMetrics/helm-charts/blob/master/charts/victoria-logs-single/templates/server-statefulset.yaml Can the operator please be updated to support this too?

question

Currently there is hard-coded value of `1GB`. It'd be great to auto-magically change it based on the following conditions: 1) `statefulMode: true` 2) `statefulStorage.volumeClaimTemplate` is defined. Use `storage.requests` from `volumeClaimTemplate`...

enhancement

argocd allows to bundle health checks for custom resources in order to track it's health status. https://argo-cd.readthedocs.io/en/latest/operator-manual/health/#way-2-contribute-a-custom-health-check https://github.com/argoproj/argo-cd/tree/master/resource_customizations It'd be great to have track for our `status` resource field, that...

enhancement

Starting from [v1.106.0](https://docs.victoriametrics.com/changelog/#v11060) vmagent and VictoriaMetrics single-node support `metric_relabel_configs` and `relabel_configs` as a part of the global configuration. It would be great to have an option to provide global relabel...

enhancement

### Is your question request related to a specific component? VMAuth, VMUser, VMOperator ### Describe the question in detail We have enabled authentication between the VMAgents and the VMCluster, and...

question

the K8s convention is to use `camalCase` and some of the fields in this API do that, right along others that use `snake_case`. This is a terrible user experience.

enhancement
question

Operator reached stable state. We shouldn't change exist API anymore and provide `v1` API for CRDs. Tasks: - Migrate betav1 to v1 CRDs. - Provide conversion webhooks. - Add migration...

enhancement