-
Notifications
You must be signed in to change notification settings - Fork 55
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
Fix ruler s3 storage configuration #171
Conversation
Sorry @forestsword looks like #174 was merged first 😭 . |
Thank you for your contribution though! |
@gotjosh #174 didn't fix my issue. It's possibly because I'm configuring s3 block storage as well. My resulting args are:
This results in the stacktrace I originally posted. Please let me know if there's any other information you'd like. I am using 1.3.0. If I set |
+1, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You're completely right, it also needs to fix the key. Can you please rebase to pick up new changes?
CHANGELOG.md
Outdated
@@ -5,6 +5,7 @@ | |||
* [CHANGE] The project is now licensed with Apache-2.0 license. #169 | |||
* [CHANGE] Add overrides config to tsdb store-gateway. #167 | |||
* [CHANGE] Ingesters now default to running as `StatefulSet` with WAL enabled. It is controlled by the config `$._config.ingester_deployment_without_wal` which is `false` by default. Setting the config to `true` will yeild the old behaviour (stateless `Deployment` without WAL enabled). #72 | |||
* [BUGFIX] Fixes `ruler.storage.s3.url` argument for the ruler. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perhaps reword to: Fixes ruler.storage.s3.url
in the Ruler, It used an incorrect key. #171
a2f9099
to
4a2e39e
Compare
@gotjosh PTAL |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
…ler-s3-args Fix ruler s3 storage configuration
What this PR does:
Fixes the s3.url parameter for the ruler, otherwise this would happen:
Checklist
CHANGELOG.md
updated - the order of entries should be[CHANGE]
,[FEATURE]
,[ENHANCEMENT]
,[BUGFIX]