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

[bitnami/thanos] After chart version 13.0.0 query frontend does not start #23581

Closed
wo-o opened this issue Feb 17, 2024 · 5 comments
Closed

[bitnami/thanos] After chart version 13.0.0 query frontend does not start #23581

wo-o opened this issue Feb 17, 2024 · 5 comments
Assignees
Labels
solved stale 15 days without activity tech-issues The user has a technical issue about an application thanos

Comments

@wo-o
Copy link

wo-o commented Feb 17, 2024

Name and Version

bitnami/thanos:13.1.0

What architecture are you using?

amd64

What steps will reproduce the bug?

When I install query frontend with bitnami/thanos:13.1.0, it does not start.
but 12.23.2 is ok. please check with it

What do you see instead?

Cannot pass readiness, liveness

@wo-o wo-o added the tech-issues The user has a technical issue about an application label Feb 17, 2024
@github-actions github-actions bot added the triage Triage is needed label Feb 17, 2024
@carrodher
Copy link
Member

carrodher commented Feb 18, 2024

In order to reproduce the issue, could you please provide more info about how the chart was deployed and the modified values (if any)?

@wo-o
Copy link
Author

wo-o commented Feb 19, 2024

Below is my value and I use the command helm upgrade --install thanos -f values_thanos.yaml bitnami/thanos --version 13.1.0

objstoreConfig:
  type: "S3"
  config:
    endpoint: "s3.ap-northeast-2.amazonaws.com"
    bucket: "BUCKET_NAME"
query:
  enabled: true
  logLevel: "debug"
  service:
    type: "LoadBalancer"
  stores:
    - "thanos-receive:10902"
queryFrontend:
  enabled: false
compactor:
  enabled: false
storegateway:
  enabled: false
receive:
  enabled: true

@github-actions github-actions bot removed the triage Triage is needed label Feb 19, 2024
@github-actions github-actions bot assigned aoterolorenzo and unassigned carrodher Feb 19, 2024
@aoterolorenzo aoterolorenzo changed the title After chart version 13.0.0 query frontend does not start [bitnami/thanos] After chart version 13.0.0 query frontend does not start Feb 26, 2024
@aoterolorenzo
Copy link
Contributor

Hi @wo-o,

Could you bring some logging output in order to contextualize the kind of error you're experiencing?

Copy link

This Issue has been automatically marked as "stale" because it has not had recent activity (for 15 days). It will be closed if no further activity occurs. Thanks for the feedback.

@github-actions github-actions bot added the stale 15 days without activity label Mar 13, 2024
Copy link

Due to the lack of activity in the last 5 days since it was marked as "stale", we proceed to close this Issue. Do not hesitate to reopen it later if necessary.

@bitnami-bot bitnami-bot closed this as not planned Won't fix, can't repro, duplicate, stale Mar 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
solved stale 15 days without activity tech-issues The user has a technical issue about an application thanos
Projects
None yet
Development

No branches or pull requests

4 participants