operator
operator copied to clipboard
Kubernetes operator for Victoria Metrics
Configuration with env vars is not great option. It's better to use the same approach as used at main VictoriaMetrics repo. Steps: 1) Provide migration path for current configuration. 2)...
@f41gh7 Why the vmagent pods are getting rotated whenever we are increasing the replica-count ? `Command used: kubectl scale vmagent-shard-ha --replicas=3` How should we configure hpa to scale based on...
The docs in this repo are periodically synced to https://docs.victoriametrics.com/operator. But those docs do not contain a mention about the source of the docs. So users mistakenly can propose changes...
The config-reloader images are not pushed to Docker hub starting from release v0.46.0. Can you please check ?
Related to https://github.com/VictoriaMetrics/VictoriaMetrics/pull/6465
Related to https://github.com/VictoriaMetrics/VictoriaMetrics/pull/6434
Currently, the operator is not able to configure the vminsert component to reload new configuration mounted onto the vminsert pods. ### Problem As a result, we have to manually restart...
As a user of the operator I would like to configure IAM based authentication inside my `remoteWrite` configuration so that I don't need to (ab-)use `extraArgs` to use it. The...