-
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
Thanos store can't access S3 bucket after upgrade from v0.10.1 to v0.11.0-rc.0 #2181
Comments
There was an update to the minio libarary between v0.10 and v0.11. Let's check that: #2033 |
I think this was fixed with minio/minio-go#1224 and released in v6.0.47 |
See the comment here #448 (comment). @metalmatze Seems we need to update |
Yeah. That was my intention too looking through their changelog. |
ill get a PR in |
New RC is out. |
Hey, I was running into the same problem as the issue author after upgrading to Thanos Store v0.11.0-rc.0. |
👍, been running it for about an hour now |
You people are insane! So quickly testing it. |
This was tricky to investigate! Thanks everyone involved! ❤️ 🤗 |
Thanos, Prometheus and Golang version used:
Thanos store version 0.11.0-rc.0, go1.13.1
Object Storage Provider:
Amazon S3
What happened:
Upgraded Thanos store from v0.10.1 to v0.11.0-rc.0. Thanos store cannot access the bucket during start-up, showing "Access Denied" errors and exits with error code 1
What you expected to happen:
Thanos store starts successfully
How to reproduce it (as minimally and precisely as possible):
Run Thanos store v0.11.0-rc.0 using S3 as object storage and kube2iam for access
Full logs to relevant components:
Anything else we need to know:
Running on Kubernetes using kube2iam
The text was updated successfully, but these errors were encountered: