From dfa6c21c39ff41dfd82b66836bf3fbb7cb818f2f Mon Sep 17 00:00:00 2001 From: Julie Stickler Date: Fri, 11 Oct 2024 16:34:48 -0400 Subject: [PATCH] docs: Small update to install docs --- 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 5fd24d7c3219..f641172d6aae 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 e2ebe0ee316b..00d2498f0bd3 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" >}}).