Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Query does not pick up multiple stores GKE #1249

Open
psandhu79 opened this issue May 4, 2021 · 0 comments
Open

Query does not pick up multiple stores GKE #1249

psandhu79 opened this issue May 4, 2021 · 0 comments

Comments

@psandhu79
Copy link

psandhu79 commented May 4, 2021

Describe the bug
Setup the thanos stack with Banzai charts using the time partitioning and the query does not pick up those stores

Steps to reproduce the issue:
Use the thanos defaults
and add the following
https://github.com/banzaicloud/banzai-charts/tree/master/thanos#store-time-partions

Expected behavior
Query to find the 3 thanos stores

spec:
  containers:
  - args:
    - query
    - --log.level=info
    - --log.format=logfmt
    - --grpc-address=0.0.0.0:10901
    - --http-address=0.0.0.0:10902
    - --query.auto-downsampling
    - --store.sd-dns-resolver=miekgdns
    - --store=dnssrv+_grpc._tcp.thanos-store-grpc.observability.svc.cluster.local
    - --store=dnssrv+_grpc._tcp.thanos-sidecar-grpc.observability.svc.cluster.local
    - --store.sd-interval=5m

Screenshot 2021-05-04 at 14 57 29

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant