Vadim Rutkovsky
Vadim Rutkovsky
/retest-required
Manifests for chaos testing are prepared in ... Next step would be setting up an automation task which does the following: * sets up a standard VM cluster with VMAgent,...
>This will be introduced as a new custom resource, DistributedCluster(TBD) I wonder if this can be implemented by extending VMCluster instead. Similar to [topology-aware routing in k8s](https://kubernetes.io/docs/concepts/services-networking/topology-aware-routing/), the input could...
The plan to implement this: * Create a new `VMClusterDistributed` CRD * Its spec would require the following settings: * * `clusterVersion` - default images tag for all components *...
Discussed with @f41gh7 today, more cases to cover: * one VMAgent CR ref per distributed cluster, no need to specify one VMAgent ref per VMCLuster CR * each VMCluster may...
Fixing this in https://github.com/VictoriaMetrics/helm-charts/pull/2613 >The [docs for victoria-logs-single](https://docs.victoriametrics.com/helm/victoria-logs-single/) do not mention endpoints for logs' ingestion and querying. This was fixes afaik - we mention query/ingestion and link to docs: ```...
As an example for the multilevel logs I chose three single instances with different retention rate - all fed from the same source. Can you think of a better, more...
The goal for this potential change is to speed up vmstorage rollout - by default it uses graceful shutdown, which means an update rollout takes nodes one by one and...
Looks good to me. Seems we need to make sure that https://github.com/VictoriaMetrics/VictoriaMetrics/pull/10168 lands in a stable release before we can merge this?
>VLAgent should not crash if it cannot read particular logfiles, it should log this error and continue. I agree with that - vlagent crashing is not a reasonable way to...