From 812b57c513a10335787c79e38cb8e9170f574fc6 Mon Sep 17 00:00:00 2001 From: Dhruv Soni Date: Fri, 12 Jun 2026 18:05:37 +0530 Subject: [PATCH] RHDEVDOCS-7556 --- modules/gitops-argo-cd-dynamic-scaling-by-using-cli.adoc | 5 +++++ modules/gitops-argo-cd-dynamic-scaling-in-web-console.adoc | 5 +++++ modules/gitops-argo-cd-dynamic-scaling.adoc | 5 +++++ 3 files changed, 15 insertions(+) diff --git a/modules/gitops-argo-cd-dynamic-scaling-by-using-cli.adoc b/modules/gitops-argo-cd-dynamic-scaling-by-using-cli.adoc index 52b20f63fbd3..2e52921742b0 100644 --- a/modules/gitops-argo-cd-dynamic-scaling-by-using-cli.adoc +++ b/modules/gitops-argo-cd-dynamic-scaling-by-using-cli.adoc @@ -12,6 +12,11 @@ [role="_abstract"] You can enable dynamic scaling of shards by using the {oc-first}. +[IMPORTANT] +==== +Dynamic scaling of shards for the Argo CD Application Controller, including the `dynamicScalingEnabled` field, is deprecated and might be removed in a future {gitops-shortname} release. +==== + .Prerequisites * You have installed the {gitops-title} Operator on your {OCP} cluster. * You have access to the cluster with `cluster-admin` privileges. diff --git a/modules/gitops-argo-cd-dynamic-scaling-in-web-console.adoc b/modules/gitops-argo-cd-dynamic-scaling-in-web-console.adoc index 5aaa74c6ffe5..207618c600cb 100644 --- a/modules/gitops-argo-cd-dynamic-scaling-in-web-console.adoc +++ b/modules/gitops-argo-cd-dynamic-scaling-in-web-console.adoc @@ -10,6 +10,11 @@ [role="_abstract"] You can enable dynamic scaling of shards by using the {OCP} web console. +[IMPORTANT] +==== +Dynamic scaling of shards for the Argo CD Application Controller, including the `dynamicScalingEnabled` field, is deprecated and might be removed in a future {gitops-shortname} release. +==== + .Prerequisites * You have access to the cluster with `cluster-admin` privileges. * You have access to the {OCP} web console. diff --git a/modules/gitops-argo-cd-dynamic-scaling.adoc b/modules/gitops-argo-cd-dynamic-scaling.adoc index 7eee68945210..9c2bfa789a35 100644 --- a/modules/gitops-argo-cd-dynamic-scaling.adoc +++ b/modules/gitops-argo-cd-dynamic-scaling.adoc @@ -10,6 +10,11 @@ :FeatureName: Dynamic scaling of shards include::snippets/technology-preview.adoc[] +[IMPORTANT] +==== +Dynamic scaling of shards for the Argo CD Application Controller, including the `dynamicScalingEnabled` field, is deprecated and might be removed in a future {gitops-shortname} release. +==== + By default, the Argo CD Application Controller assigns clusters to shards indefinitely. If you are using the `round-robin` sharding algorithm, this static assignment can result in uneven distribution of shards, particularly when replicas are added or removed. You can enable dynamic scaling of shards to automatically adjust the number of shards based on the number of clusters managed by the Argo CD Application Controller at a given time. This ensures that shards are well-balanced and optimizes the use of compute resources. [NOTE]