VictoriaMetrics / VictoriaMetrics/operator

Regression in "disableReconcileFor" in operator version v0.74

Open
#2,478 2 comments 1 reaction 1 assignee View on GitHub

@AndrewChubatiuk is already working on this.

Since Aug 6, 2026.

bug waiting for release
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.