operator
operator copied to clipboard
Kubernetes operator for Victoria Metrics
Hey Wrong variables in rule's anotations are corner case in validating VMRule that will cause configuration parse failure and fatal log and CrashLoopBackOff in the vmalert pod. invalid vmrule that...
Applying the following VMAlertmanagerConfig to a cluster with the operator installed and admission webhooks enabled does not result in a failure from the admission webhook but a failure in the...
### Describe the bug VMOperator drops Ingress created without using it if it has the same name as an operator-managed resource. Probably it can be related not only to Ingress...
Hi, The file [config/prometheus/monitor.yaml](https://github.com/VictoriaMetrics/operator/blob/388745c12f15d8d65ecc527cba39b7116ecf2109/config/prometheus/monitor.yaml) is included when [installing by kustomize](https://docs.victoriametrics.com/operator/setup.html#installing-by-kustomize). But I fail to understand what this specific VMServiceScrape-manifest is good for. At least it's not matching anything in any...
Hey everyone! Just a small question regarding secrets, configmaps, vmalert and vmalertmanager updates. According to this code - https://github.com/VictoriaMetrics/operator/blob/master/controllers/factory/vmalert.go#L125 - vmalert secret would be updated every time when this function...
Related functions have been provided by Prometheus Operator [ScrapeConfig](https://prometheus-operator.dev/docs/user-guides/scrapeconfig/)
It used to be a way to do that by setting `cacheMountPath: ""` , but that workaround was removed in the commit https://github.com/VictoriaMetrics/operator/commit/e00fe2151b71be569010840dc01947cb2747f4c1#diff-b32857448a43b22bdf1f1c14d83d7526819040c9b84d703b1a8564463707b939R344 What's the other way to stop mount...
version 0.35.1 ---update ---> version 0.36.1 ```bash items:map[description:Volume represents a named volume in a pod that may be accessed by any container in the pod. required:[name] type:object x-kubernetes-preserve-unknown-fields:true] type:array]] type:object]...
It would be great to have the `.status` of the VMRule resource be populated with information like: * if the rule matched the schema correctly * timestamp loaded by vmalert...