Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions modules/gitops-argo-cd-dynamic-scaling-by-using-cli.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
5 changes: 5 additions & 0 deletions modules/gitops-argo-cd-dynamic-scaling-in-web-console.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
5 changes: 5 additions & 0 deletions modules/gitops-argo-cd-dynamic-scaling.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down