argoproj-labs / argocd-operator

A Kubernetes operator for managing Argo CD clusters.
https://argocd-operator.readthedocs.io
Apache License 2.0
646 stars 742 forks source link

Allow setting replicas for applicationset controller #905

Open tossmilestone opened 1 year ago

tossmilestone commented 1 year ago

if your feature request is a large change and requires a formal proposal or design doc, please read the docs for contributing first. You may need to submit an additional Pull Request using the enhancement proposal template.

Is your feature request related to a problem? Please describe. We want to deploy the applicaset controller with more than 1 replicas to enhance the avaliblity of the controller.

Describe the solution you'd like Add a parameter to the applicationset to set the replicas.

Describe alternatives you've considered

Additional context

svghadi commented 2 months ago

Hi @tossmilestone, AFAIU, the applicationset controller doesn't support scaling load across replicas. It only supports active-passive HA. Is this what you are looking for?