-
Notifications
You must be signed in to change notification settings - Fork 541
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
Import cortex-jsonnet into mimir repo #506
Conversation
Signed-off-by: Marco Pracucci <marco@pracucci.com>
Added mega_user class
Signed-off-by: Marco Pracucci <marco@pracucci.com>
…ortex-blocks-config Fine-tune blocks storage config
Disable tests by default to fix README instructions
Signed-off-by: Marco Pracucci <marco@pracucci.com>
…gateway-without-cpu-limit Run store-gateway without CPU limits
…g-comment Fixes grafana/cortex-jsonnet#49 Linting job was not triggered from circleCI. However, this is a small comment only change.
…bump Version bump to v1.1.0
Actually include the ruler
Signed-off-by: Joe Elliott <number101010@gmail.com>
Signed-off-by: Marco Pracucci <marco@pracucci.com>
Signed-off-by: Joe Elliott <number101010@gmail.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>
…gateway-pdb Add store-gateway pod disruption budget
…ex-jsonnet#128) Ruler instantiates querier internally, so it can use metadata cache.
…re-gateway-to-parallel-pod-management Switch store-gateway StatefulSets to Parallel Pod Management
…tend-not-ready-addresses Added publish not ready addresses
Signed-off-by: Marco Pracucci <marco@pracucci.com>
…ustomize-ingester-disk Allow to customize ingester disk size and class
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.
What do you think about importing the CHANGELOG too?
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.
We should also lint it in CI 🙏
Signed-off-by: Marco Pracucci <marco@pracucci.com>
Signed-off-by: Marco Pracucci <marco@pracucci.com>
…mprovements Upstream some config improvements
This argument is is required, without it, the following error appears: ``` no s3 endpoint in config file ```
Ruler: Pass `-ruler-storage.s3.endpoint` to ruler when using S3.
…StatefulSet() Signed-off-by: Marco Pracucci <marco@pracucci.com>
…lone-store-gateway-statefulset Allow to create custom store-gateway StatefulSets via newStoreGatewayStatefulSet()
Signed-off-by: Marco Pracucci <marco@pracucci.com>
…reGatewayStatefulSet Fix newStoreGatewayStatefulSet() to use input container
1093ccf
to
7341e4c
Compare
I just pushed a commit to rebase |
…_import-cortex-jsonnet
41d8d8b
to
65398c0
Compare
I have rebase onto latest mimir/main and renamed |
The CI Jsonnet format check is now also in place.
@pracucci Would you like to maintain those as part of the |
I would keep it simple and add it to |
Signed-off-by: Marco Pracucci <marco@pracucci.com>
I've import CHANGELOG entries since cortex-jsonnet 1.9.0 both for the mixin and jsonnet. |
Signed-off-by: Marco Pracucci <marco@pracucci.com>
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.
Thanks!
As discussed at the project weekly meeting, we would like to bring the jsonnet for Mimir into the project itself.
There is a bit more work required: