Hui Wang
Hui Wang
Close this according to https://github.com/VictoriaMetrics/helm-charts/issues/292#issuecomment-1820099886.
>First is hard-coded --storageDataPath=/storage Sorry, I don't quite under that, storageDataPath here is not hard-coded, you can change it by `.server.persistentVolume.mountPath`, right? https://github.com/VictoriaMetrics/helm-charts/blob/69ac4e44daa8d6c4cfa639c06198778aec844921/charts/victoria-metrics-single/templates/server-statefulset.yaml#L55 https://github.com/VictoriaMetrics/helm-charts/blob/659a1d6d4eb35f5dbdd8c539c376cdbcbc60b1c9/charts/victoria-metrics-cluster/values.yaml#L567
Close as inactive, feel free to reopen if there is further question.
Hello! Maybe you can use vmagent cr in victoria-metrics-k8s-stack, operator will help build this parameter.
@alaricljs Hello! You can add [serviceSpec](https://docs.victoriametrics.com/operator/api.html?highlight=serviceSpec#vmagentspec) using your influx port under vmagent.Spec, operator will create an additional service then.
Close as inactive, feel free to reopen if there is further question.
>It would be great to add a check, if something was changed at any of Spec.VolumeClaimTemplates. Okay, I saw there is a length check now, will add the whole check....
I think this problem is more common before https://github.com/VictoriaMetrics/VictoriaMetrics/commit/96db7ac52c5323eacc4005493cdf0aa37b1462bc, because new vmalert could take too much time to restore data instead of creating new. And I think it's hard to...
So if one operator pod win the leader election and failed to renew the lease for some reason[mostly caused by slow/failed response from apiserver], it will exit and pod will...
> @Haleygo it could be done by election loop without exit. Yeah, it can rejoin the leader election immediately after failure. But like I said, exit seems to be the...