From 1a5fb291c56a120d8830d6627e26c922d5662daa Mon Sep 17 00:00:00 2001 From: Ishita Sequeira <46771830+ishitasequeira@users.noreply.github.com> Date: Tue, 29 Oct 2024 15:47:32 -0400 Subject: [PATCH] Update dynamic scaling docs for argocd-controller (#1581) Signed-off-by: Ishita Sequeira --- docs/reference/argocd.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/reference/argocd.md b/docs/reference/argocd.md index 3c8555125..77d394ca9 100644 --- a/docs/reference/argocd.md +++ b/docs/reference/argocd.md @@ -238,6 +238,10 @@ spec: !!! note In case the number of replicas required is less than the minShards the number of replicas will be set as minShards. Similarly, if the required number of replicas exceeds maxShards, the replica count will be set as maxShards. +!!!note + After enabling the `dynamicScalingEnabled`, the argocd-controller instances will restart while scaling up or scaling down. + + The following example shows how to enable dynamic scaling of the ArgoCD Application Controller component. ```yaml