George Krajcsovits

Results 236 comments of George Krajcsovits

Hi, both are under discussion at Grafana, and read/write path should be coming first, but I don't have a timeline at the moment.

Hi, out-of-order sample support is an upcoming feature in Mimir (https://github.com/grafana/mimir/pull/2187). Possibly @codesome can comment on this issue?

Waiting for outcome of https://github.com/grafana/mimir/issues/1597

Hi, assuming ingester 0 crashed: `kubectl describe pod mimi-ingester-0` should have a part called `Last State` which tells you the reason, e.g.: ``` Last State: Terminated Reason: OOMKilled Exit Code:...

Blocked until we decide to enforce it.

we don't have buy in from the rest of the squad, let's talk about this on the weekly

Another use case: let the default values come with redundant (2x) distributors on a single node for testing. And then allow for simple scale up without having to turn anti...

Another use case: user has 3 nodes, and wants to run Kubernetes upgrade. With stricy anti affinity this cannot be done since it's not possible to evict a node (unless...

Having both headless and clusterip services is a legacy from the old enterprise chart, there's an issue to fix it by removing redundancy: https://github.com/grafana/mimir/issues/2193. It's pretty low in priority at...

thanks for doing this in Mimir so we don't have to deal with keeping sync in jsonnet + helm!