Nikolay

Results 411 comments of Nikolay

FYI, bundle for alpine linux with musl is supported now, you have to provide build tag for it. It can be done with command: ` go build -tag 'musl'` https://github.com/valyala/gozstd/blob/master/libzstd_linux_musl_amd64.go

It seems, that spec for alertmanager is not rendered correctly at _helpers https://github.com/VictoriaMetrics/helm-charts/blob/master/charts/victoria-metrics-k8s-stack/templates/_helpers.tpl#L160 @k1rk PTAL

Thanks for reporting, will fixed. Workaround for now - change default value.

extraArgs and extraEnv allows to specify any combinations of basicAuth params. Note, with extra args you have to put it in one line: ```yaml extraArgs: "remoteWrite.basicAuth.password": rw-1-password,rw-2-password "remoteWrite.basicAuth.username": rw-1-user,rw-2-user ```

Will be fixed soon at patch release. Thanks for spotting an issue.

Was fixed at v0.27 release, feel free to re-open if issue wasn't solved.

Hello, i think, that your solution is good. Its possible to add feature with relabel-configmap auto creation by helm chart. But it will be complicated to manage it per remoteWrite...

Common reason for probe failures is high CPU utilization. I would recommend to remove readiness and liveness probe, use only startUp probe for correct rolling update.

Was fixed at v0.27 release, feel free to re-open if issue wasn't solved.