-
Notifications
You must be signed in to change notification settings - Fork 881
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RFE: Add the ability to define a destination k8s cluster(s) where ArgoCD is deployed #668
Comments
@shashanklmurthy If I understand the request correctly, you would like to see Argo CD Operator install Argo CD on a different cluster ? So, do you want to manage the Argo CD Installations for multiple clusters using a single operator ? As suggested in the Alternative, you can achieve this already using the below 2 steps.
Can you please highlight the advantage of implementing this feature over the above suggested approach. |
@iam-veeramalla Yes. I'd like to manage multiple ArgoCD installations in multiple clusters using a single operator. One advantage I see is that the operator that has such a capability allows us to manage the configuration of these different Argocd instances (regardless of whether they are in-cluster or external) from a central location. For context, we are contemplating using a management k8s cluster to provision cluster infrastructure add-ons (including ArgoCD) to other k8s clusters. Coming to the alternatives suggested,
Thanks for following up! |
Thanks for the details @shashanklmurthy .
I would like to keep this issue on low priority for now, as there are alternative approaches available to fix the problem. We will accept this as RFE, Thanks :) |
Is your feature request related to a problem? Please describe.
A nice to have feature would be the ability to optionally define a target k8s cluster(s) that indicates where the ArgoCD instance is to be installed in the
Server
component of the ArgoCD CR as a secret. This would help us remove the cluster level scoping of the ArgoCD Operator that currently exists.Describe the solution you'd like
The
clusterSecret
andclusterSecretNamespace
would exist in the k8s cluster where the operator is deployedDescribe alternatives you've considered
Although the alternate solutions solve the problem for my use case, having the ability to specify something like the above is a nice to have
The text was updated successfully, but these errors were encountered: