From 258249a2338184d932fa05f0bf9c69423229da3e Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Fri, 20 Oct 2023 16:45:56 -0400 Subject: [PATCH] docs: remove mention of using statefulset for clustering (#5527) (#5553) Clustering has not required a StatefulSet since v0.36. (cherry picked from commit 2800239bb1905885cb18027c75ab98a24e3747a5) Co-authored-by: Robert Fratto --- .../flow/getting-started/configure-agent-clustering.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/sources/flow/getting-started/configure-agent-clustering.md b/docs/sources/flow/getting-started/configure-agent-clustering.md index 284faacaf8ca..b9fdf85c1669 100644 --- a/docs/sources/flow/getting-started/configure-agent-clustering.md +++ b/docs/sources/flow/getting-started/configure-agent-clustering.md @@ -33,11 +33,6 @@ installed on Kubernetes using the [Grafana Agent Helm chart][install-helm]. [install-helm]: {{< relref "../setup/install/kubernetes.md" >}} -### Before you begin - -- Ensure that your `values.yaml` file has `controller.type` set to - `statefulset`. - ### Steps To configure clustering: