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

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)...

enhancement

@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...

question

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...

documentation

The config-reloader images are not pushed to Docker hub starting from release v0.46.0. Can you please check ?

bug

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...

question

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...

enhancement