VictoriaMetrics / VictoriaMetrics/operator
Regression in "disableReconcileFor" in operator version v0.74
@AndrewChubatiuk is already working on this.
Since Aug 6, 2026.
- Dominant language
- Go
- Stars
- 589
- Forks
- 229
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 77
Description
The operator provides --controller.disableReconcileFor configuration to allow environments to contain API groups for which the resources are actually in use.
However in operator version v0.74.0 this configuration fails in with v1beta1 resource types being excluded via the configuration. In this case the operator fails to start with the following error:
{"level":"error","msg":"cannot setup manager","error":"cannot register status condition indexers: cannot index *v1beta1.VMRule: unable to retrieve the complete list of server APIs: operator.victoriametrics.com/v1beta1: no matches for operator.victoriametrics.com/v1beta1, Resource="}
This is a regression in v0.74 compared to v0.73
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.