From b5dbc8e3ec04cffd76951b08fc7ac987e47d0bed Mon Sep 17 00:00:00 2001 From: Jay Clifford <45856600+Jayclifford345@users.noreply.github.com> Date: Wed, 11 Dec 2024 19:24:16 +0000 Subject: [PATCH] docs: removed compactor options from minIO deployment (#15367) Co-authored-by: J Stickler (cherry picked from commit b7fe6bf63d9c64f4c7d4636ac6d470d4ca918517) --- .../setup/install/helm/install-microservices/_index.md | 7 +------ .../setup/install/helm/install-monolithic/_index.md | 8 -------- .../sources/setup/install/helm/install-scalable/_index.md | 4 ---- 3 files changed, 1 insertion(+), 18 deletions(-) diff --git a/docs/sources/setup/install/helm/install-microservices/_index.md b/docs/sources/setup/install/helm/install-microservices/_index.md index 16444581204ee..621f9c791c28f 100644 --- a/docs/sources/setup/install/helm/install-microservices/_index.md +++ b/docs/sources/setup/install/helm/install-microservices/_index.md @@ -32,10 +32,8 @@ We do not recommend running in Microservice mode with `filesystem` storage. For - A running Kubernetes cluster (must have at least 3 nodes). - ## Deploying the Helm chart for development and testing - 1. Add [Grafana's chart repository](https://github.com/grafana/helm-charts) to Helm: ```bash @@ -71,10 +69,7 @@ We do not recommend running in Microservice mode with `filesystem` storage. For limits_config: allow_structured_metadata: true volume_enabled: true - retention_period: 672h - compactor: - retention_enabled: true - delete_request_store: s3 + deploymentMode: Distributed diff --git a/docs/sources/setup/install/helm/install-monolithic/_index.md b/docs/sources/setup/install/helm/install-monolithic/_index.md index 7abefd98961ab..ae3b1dd552dd0 100644 --- a/docs/sources/setup/install/helm/install-monolithic/_index.md +++ b/docs/sources/setup/install/helm/install-monolithic/_index.md @@ -58,10 +58,6 @@ loki: limits_config: allow_structured_metadata: true volume_enabled: true - retention_period: 672h # 28 days retention - compactor: - retention_enabled: true - delete_request_store: s3 ruler: enable_api: true @@ -136,10 +132,6 @@ loki: limits_config: allow_structured_metadata: true volume_enabled: true - retention_period: 672h # 28 days retention - compactor: - retention_enabled: true - delete_request_store: s3 ruler: enable_api: true diff --git a/docs/sources/setup/install/helm/install-scalable/_index.md b/docs/sources/setup/install/helm/install-scalable/_index.md index 3b5a13c572fc5..965bf9c1fbc8d 100644 --- a/docs/sources/setup/install/helm/install-scalable/_index.md +++ b/docs/sources/setup/install/helm/install-scalable/_index.md @@ -73,10 +73,6 @@ The following steps show how to deploy the Loki Helm chart in simple scalable mo limits_config: allow_structured_metadata: true volume_enabled: true - retention_period: 672h - compactor: - retention_enabled: true - delete_request_store: s3 deploymentMode: SimpleScalable