-
Notifications
You must be signed in to change notification settings - Fork 529
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
Mixin: Compile and archive for barematal deployment #3162
Conversation
6eb6b9d
to
b7ec7f5
Compare
This PR will probably need to be rebased after the merge of #3196 |
6066b8a
to
e89081e
Compare
0892942
to
bde2ace
Compare
bde2ace
to
f2c0354
Compare
Signed-off-by: Wilfried Roset <wilfriedroset@users.noreply.github.com>
Signed-off-by: Marco Pracucci <marco@pracucci.com>
Signed-off-by: Marco Pracucci <marco@pracucci.com>
Signed-off-by: Marco Pracucci <marco@pracucci.com>
81ecbed
to
e07feb1
Compare
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.
Amazing job, thanks! I hope you don't mind I rebased main
and pushed a couple of commits to (a) remove the .zip
(we git ignore the K8S one too) and (b) remove operations/mimir-mixin/mixin-baremetal.libsonnet
because unused.
All good for on my end. |
* Mixin: Compile and archive for barematal deployment Signed-off-by: Wilfried Roset <wilfriedroset@users.noreply.github.com> * Removed operations/mimir-mixin-baremetal.zip Signed-off-by: Marco Pracucci <marco@pracucci.com> * Rebased main Signed-off-by: Marco Pracucci <marco@pracucci.com> * Removed operations/mimir-mixin/mixin-baremetal.libsonnet because unused Signed-off-by: Marco Pracucci <marco@pracucci.com> Signed-off-by: Wilfried Roset <wilfriedroset@users.noreply.github.com> Signed-off-by: Marco Pracucci <marco@pracucci.com> Co-authored-by: Marco Pracucci <marco@pracucci.com>
What this PR does
Compile and archive for barematal deployment, along the k8s deployment.
This add ease for users not running mimir in k8s. Loki does something similar for the SSD deployment: https://github.com/grafana/loki/tree/main/production/loki-mixin-compiled-ssd
Which issue(s) this PR fixes or relates to
N/A
Checklist
CHANGELOG.md
updated - the order of entries should be[CHANGE]
,[FEATURE]
,[ENHANCEMENT]
,[BUGFIX]