-
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
receive: Use PathOrContent file for the hashring #3026
Comments
Specifically, we should allow the Thanos receive component to also take the hashrings configuration as content passed directly to the flag rather than only as file |
so you mean that this flag should either take a file path or the file contents directly as string? |
yes, that's right :)) it should work just like the objstore flags, which use https://github.com/thanos-io/thanos/blob/master/pkg/extflag/pathorcontent.go#L29:6 |
@bwplotka Can I work on this, please? |
@daksh-sagar I have actually a PR to fix this #3121. Sorry I've forgotten to update this issue. |
@kakkoyun It's allright 🤓 |
Hello 👋 Looks like there was no activity on this issue for the last two months. |
This:
thanos/cmd/thanos/receive.go
Line 67 in a64884b
The text was updated successfully, but these errors were encountered: