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
trafficstars

Hi, I am trying to import the [crds](https://github.com/VictoriaMetrics/operator/releases/download/v0.39.1/crd.yaml) in my [cdk8s](https://cdk8s.io/) project using cdk8s import command `cdk8s import crd.yaml` > Reference: [cdk8s import](https://cdk8s.io/docs/latest/cli/import/#kubernetes-apis) But its failing with below error ```...

While using vmcluster, rolling and updating vmstorage and vmselect we can't actually use OnDelete policy, cause when updateStrategy is OnDelete, victoriametrics operator will delete sts pods accordingly, this feature was...

question

Hello, we are trying to setup a VPA on top of a VMAgent. Unfortunately we get the following error from the VPA `E0718 13:54:51.559558 1 cluster_feeder.go:570] Cannot get target selector...

bug
enhancement

1. PodSecurityPolicy 2. policyv1beta1.PodDisruptionBudget, use only policyv1.PodDisruptionBudget(https://kubernetes.io/docs/reference/using-api/deprecation-guide/#poddisruptionbudget-v125)

Is it feasible to concurrently utilize operators such as https://github.com/DevOps-Nirvana/Kubernetes-Volume-Autoscaler alongside the VM operator? My understanding is that the Kubernetes volume autoscaler will adjust PVC resources to scale up PV,...

enhancement

Currently, operator creates deployment/statefulset per shard. It introduces additional overhead for managing multiple entities. It's a legacy behavior. Atm vmagent allows to read shard information from statefulset pod name (pod-0,...

enhancement
TBD

This pull request will add backend basic authentication support on vmuser to add them as header on vmauth configuration. if this approach is accepted I'll add other authentication formats (like...

### Is your feature request related to a problem? Please describe When a user creates a VMRule and it is not the correct one, the user does not see the...

question

hellow guys, consul configuration is not found in scrape crd. Can anyone help me

# Problem When a VMAgent CR is deleted, the expected behavior is that the deletion of the CR will be blocked until the associated StatefulSet is deleted. However, there's a...

bug