-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Shipper doesn't upload to azure storage but no indication of errors. Azure storage container is empty after more than 2 hours #4287
Comments
@yeya24 I think you've specified a wrong issue in your PR, reopening this |
Hello 👋 Looks like there was no activity on this issue for the last two months. |
Closing for now as promised, let us know if you need this to be reopened! 🤗 |
@max77p did you ever find a solution to this?
However, after waiting for over 2 hours (default offload time), there is still no data stored on Azure and no blob has been created in the container. The setup is a kube-prometheus-stack deployment in an AKS cluster. I can query the Prometheus Thanos data source just fine using i.e. Grafana. Changing the values in the thanos yaml file results in an error/timeout, so it is clearly reading the yaml correctly and connecting.
|
Thanos, Prometheus and Golang version used
Thanos: 0.18.0-scratch-r5 (helm chart)
Prometheus: v2.21.0
What happened
I have a sidecar with Azure storage account config set correctly, I have no errors and the bucket is still empty. I left it overnight and still it was empty, tried different min and max block duration like 1m to the recommended 2h, but nothing. This is an openshift cluster, but connectivity errors are not showing, if i were to use incorrect endpoint in the objectstore yaml, then it will show me connectivity errors Is there a way to test?
What you expected to happen
Files uploaded to container in storage account.
How to reproduce it (as minimally and precisely as possible):
Run basic prometheus setup with image above with kubernetes scrape config and side car image from helm chart
Full logs to relevant components
Anything else:
Object store config is passed in as a secret to the side car.
The secret
Side car reference
Environment:
Openshift kubernetes cluster
The text was updated successfully, but these errors were encountered: