Alex R
Alex R
We have the same issue with **v0.13.0-rc.1**:  Here target has been unavailable from 4:30-7:00, and this gap is ok. But we also see gaps 10:00-now. But the data is...
> I need a way to enforce encryption for all cluster-to-cluster (i.e. pod-to-X, node-to-X) traffic. Sorry for bothering, just willing to provide some userstory for this feature: We want to...
A possible workaround for `keepalived` could be `MetalLB arp mode` https://metallb.universe.tf/concepts/layer2/ because it uses in-cluster `memberlist` instead of `vrrp` for healthchecks
Sorry if I missing something. We have nodes which have both internal and external IPs at same time. We do not need nodes in different locations to know each others...
> if it is worth the complexity of adding another flag for configuring Kilo We have several locations, and in each location there is internal subnet where nodes can communicate...
> Is there a reason why you can't rely on Kilo topologies Sorry, but what difference it should make? I've set `kilo.squat.ai/location` to same value to nodes in same location....
> The reason for doing a recursive iter was to reduce costs There is no cost reduction in v0.32 for GCS because from bucket perspective request rate reduces 10%, but...
I've tried image `thanosio/thanos:main-2023-09-14-8bd6264`, it is a little bit faster: ``` ts=2023-09-16T06:53:51.440284946Z caller=store.go:423 level=info msg="initializing bucket store" ts=2023-09-16T07:04:11.939958956Z caller=fetcher.go:487 level=info component=block.BaseFetcher msg="successfully synchronized block metadata" duration=10m20.499150242s duration_ms=620499 cached=9748 returned=5968 partial=1780...
What seems not normal in v0.32 is the constant incoming network traffic for thanos-store. It is 2Mbit/s after it is `ready` for v0.32.3. I can't see what's changed from bucket...
Here is easier way to reproduce the issue: ``` $ time docker run -it --rm -v sa.json:/sa.json -e GOOGLE_APPLICATION_CREDENTIALS=/sa.json thanosio/thanos:v0.31.0 tools bucket ls --objstore.config='{type: GCS, config: {bucket: }}' level=info ts=2023-11-13T08:16:17.77034421Z...