Skip to content

Commit

Permalink
Update dynamic scaling docs for argocd-controller (#1581) (#1584)
Browse files Browse the repository at this point in the history
Signed-off-by: Ishita Sequeira <[email protected]>
  • Loading branch information
ishitasequeira authored Oct 30, 2024
1 parent 363899a commit b021d6f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/reference/argocd.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,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
Expand Down

0 comments on commit b021d6f

Please sign in to comment.