operator
operator copied to clipboard
Kubernetes operator for Victoria Metrics
Hi, In every `*_types.go`, the implementation of `AsURL()` function returns HTTP URL. `return fmt.Sprintf("http://%s.%s.svc:%s", cr.PrefixedName(), cr.Namespace, port)` I'm trying to configure TLS between victoriametrics components which means all components must...
Hello. I use victoria-metrics-k8s-stack and I want to have multiple vmagents same as here https://github.com/VictoriaMetrics/helm-charts/pull/863 Can you please make it an option in the helm chart? Thank you.
I would like the ability to store the access key and key_id as a kubernetes secret similar to how it is done in backup manager. It would nice if CustomS3Enpoint...
Created this VMSingle resource and it seems fine and its scraping from the logs: ``` apiVersion: operator.victoriametrics.com/v1beta1 kind: VMSingle metadata: name: vmsingle-example spec: configMaps: - vmstorage-exporter-config-map image: repository: victoriametrics/victoria-metrics tag:...
The Operator documentation should have instructions for what needs to be changed for users are limited to a single namespace and for installing the operator helmchart without access without access...
* Investigate useful validation logic checks for scrape components. * Add logic with tests. * register new webhooks * update helm chart configuration
### Is your feature request related to a problem? Please describe I would like to create a gRPC probe for pods with certain labels using Blackbox Exporter. ### Describe the...
I am using latest build of the operator (v0.46.4) and vmagent (v1.102.0). I have lots of various endpoints to scrape. So Operator is trying to create secret for config "vmagent.yaml.gz"...
I found that bundle_crd.zip is missing in the latest Release. I want to confirm, is this intentional or is there an oversight?
It would be nice to be able to include ``` - alert: InstanceDown expr: up == 0 for: 5m labels: severity: page annotations: description: '{{ $labels.instance }} of job {{...