Skip to content

Commit

Permalink
jsonnet: Add ability to have rollout-operator scale down ingesters
Browse files Browse the repository at this point in the history
Similar to #6149, add the ability to have ingester statefulsets safely scaled
down via the rollout-operator. This adds ingester versions of all the store-
gateway configuration introduced in #6149.

Signed-off-by: Nick Pillitteri <[email protected]>
  • Loading branch information
56quarters committed Dec 12, 2023
1 parent d260fd3 commit 564303e
Show file tree
Hide file tree
Showing 5 changed files with 2,438 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
* `store_gateway_zone_a_node_affinity_matchers`
* `store_gateway_zone_b_node_affinity_matchers`
* `store_gateway_zone_c_node_affinity_matchers`
* [FEATURE] Ingester: Allow automated zone-by-zone downscaling, that can be enabled via the `ingester_automated_downscale_enabled` flag. It is disabled by default. #6850
* [BUGFIX] Update memcached-exporter to 0.14.1 due to CVE-2023-39325. #6861

### Mimirtool
Expand Down
Loading

0 comments on commit 564303e

Please sign in to comment.