Scaling Argo CD
See the Argo CD operator manual for detailed recommendations on scaling Argo CD.
To set extra arguments on a component, set the following Helm arguments:
argo-cd.controller.extraArgs
: array of arguments for application controller.argo-cd.repoServer.extraArgs
: array of arguments for repo server.argo-cd.server.extraArgs
: array of arguments for argocd-server.
For example, to increase the number of kubectl commands that can be run simultaneously, run:
dispatch init --set 'argo-cd.controller.extraArgs[0]=--kubectl-parallelism-limit=20'