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

While it's _convenient_ to create a namespace for the Victoriametrics operator, it has a massive downside in the case where the operator shares a namespace with other services. In my...

enhancement

I'm currently setting up a HA vmalert cluster. The relevant part of its definition is: ``` apiVersion: operator.victoriametrics.com/v1beta1 kind: VMAlert metadata: name: vmalert-cluster spec: replicaCount: 2 ``` I have a...

enhancement

Current operator sdk version - `1.0` is too old, update sdk to `1.10` + version.

enhancement

like this : Failed to resolve **### vmalertmanager-example-alertmanager-1.vmalertmanager-example-alertmanager.opcs.svc.cluster.local**.****:9094: lookup vmalertmanager-example-alertmanager-1.vmalertmanager-example-alertmanager.opcs.svc.cluster.local. on 192.115.0.14:53: no such host code is : clusterPeerDomain = fmt.Sprintf("%s.%s.svc.%s.", cr.PrefixedName(), cr.Namespace, c.ClusterDomainName)

question

1、Vmsingle is similar to Prometheus local storage? 2、vmservicescrape_ service_ Sd.yaml file has an error: regex: true 3、Is Kube state metrics required for k8s cluster deployment? 4、Does k8s cluster deployment need...

question

https://github.com/VictoriaMetrics/operator/issues/114

During planned etcd cluster maintenance (one by one nodes restart) caught operator failure with log: ``` E0219 07:13:05.190439 1 leaderelection.go:356] Failed to update lock: etcdserver: request timed out I0219 07:13:06.180317...

enhancement
help wanted

I suggest to add remoteWrite, remoteRead label selectors, that will simplify installation and managing. Abstract example: ```yaml apiVersion: operator.victoriametrics.com/v1beta1 kind: VMAgent metadata: name: example-vmagent remoteWriteSelector: nameSpaceSelector: {} labelSelector: {} ```...

enhancement

Hey there, In AWS EKS we're using iam role annotations for kubernetes service account to provide access to aws resources. One of serviceaccounts is vmagent. We provision vmagent from vmoperator,...

question

### Usecase I'm trying to use VMAgent's `inlineRelabelConfig` to add the node name to all metrics. ### Problem Because the relabelling is implemented using `-remoteWrite.relabelConfig`, it runs after all of...

question