From 51c47b2b5cafb8d679ad088331a37ebce28d4b7f Mon Sep 17 00:00:00 2001 From: J Stickler Date: Fri, 11 Oct 2024 16:54:59 -0400 Subject: [PATCH] docs: Small update to install docs (#14477) (cherry picked from commit 10569ab1b2c3fa3028f155fcfd9e386fd040ec1c) --- docs/sources/setup/install/helm/install-microservices/_index.md | 2 +- docs/sources/setup/install/helm/install-scalable/_index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/sources/setup/install/helm/install-microservices/_index.md b/docs/sources/setup/install/helm/install-microservices/_index.md index 65749f0e697c..8a82d64b3951 100644 --- a/docs/sources/setup/install/helm/install-microservices/_index.md +++ b/docs/sources/setup/install/helm/install-microservices/_index.md @@ -26,7 +26,7 @@ It is not recommended to run scalable mode with `filesystem` storage. For the pu **Prerequisites** - Helm 3 or above. See [Installing Helm](https://helm.sh/docs/intro/install/). -- A running Kubernetes cluster. +- A running Kubernetes cluster (must have at least 3 nodes). - (Optional) A Memcached deployment for better query performance. For information on configuring Memcached, refer to the [caching section](https://grafana.com/docs/loki//operations/caching/). diff --git a/docs/sources/setup/install/helm/install-scalable/_index.md b/docs/sources/setup/install/helm/install-scalable/_index.md index 6ddaa61162a8..c11f37c2d58f 100644 --- a/docs/sources/setup/install/helm/install-scalable/_index.md +++ b/docs/sources/setup/install/helm/install-scalable/_index.md @@ -28,7 +28,7 @@ It is not recommended to run scalable mode with `filesystem` storage. For the pu **Prerequisites** - Helm 3 or above. See [Installing Helm](https://helm.sh/docs/intro/install/). -- A running Kubernetes cluster. +- A running Kubernetes cluster (must have at least 3 nodes). - (Optional) A Memcached deployment for better query performance. For information on configuring Memcached, refer to [caching section]({{< relref "../../../../operations/caching" >}}).