operator
operator copied to clipboard
Kubernetes operator for Victoria Metrics
When installing operator, there is a warning: `W0119 18:11:46.106962 58989 warnings.go:70] policy/v1beta1 PodSecurityPolicy is deprecated in v1.21+, unavailable in v1.25+` It seems that, 'policy/v1beta1' is deprecated and unavailable in v1.25+....
Right now victoria metrics images artifacts appear only in the Dockerhub, it would be nice to have support for other registries (ecr gallery/quay/ghcr)
if I use following VMSingle CR. it doesn't create any VMSingle pod. ``` apiVersion: operator.victoriametrics.com/v1beta1 kind: VMSingle spec: storageDataPath: /data volumeMounts: - mountPath: /data name: data volumes: - name: data...
When vmagent is in shard model, every shard only display a part of all targets. If I want find a specific target in UI, I would have to flush the...
currently, operator configures command line arguments with usernames, password and token. This is not secure and is not expected by user. Move it to the env variables, hide sensitive data...
it must increase parallelisiation of discovery at vmagent vmagent creates k8s api connection per given watch url - role + namespace + selector it must allow to speed up initial...
I'm running VMAgent on all of my clusters and send to a central monitoring. Currently I need to add the cluster name to every agent as extra label. It would...
Editing the VMSingle storage size doesn't seem to change an existing PVC. Is that intentional? If so, in order to increase storage we would edit the PVC directly. If that...
The structures like [VMStorage](https://github.com/VictoriaMetrics/operator/blob/v0.19.1/api/v1beta1/vmcluster_types.go#L424) have the `name` field. However, [this field have no documentation](https://github.com/VictoriaMetrics/operator/blob/v0.19.1/api/v1beta1/vmcluster_types.go#L425-L426). I first expected that this field specifies the name of StatefulSet for vmstorage **itself**. But actually...
I'd like to use VMAuth to expose some of victoria metrics outside the cluster. I created VMAuth and VMUser according to the quick start. The Ingress gets created. However, for...