-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Cannot add multiple clusters with the same URL #9515
Comments
#8384 |
I have given a little more info on #8384 but ill leave it here too. |
Meet the same problem and we patch the source code for supporting multiple clusters with the same url. Hope this feature can be considered by argocd |
Our use case is different and would not be covered by #9496: we manage multiple namespaces and use one set of credentials per namespace, this causes ArgoCD to be confused and use another set of credentials (since it seems the clusters use the API Address as their own ID). Ideally, one should be able to specify multiple times the same API Address, but with a different set of credentials. This seems to be already supported by the |
Describe the bug
Right now, it's impossible to use something like teleport to target multiple clusters, since it is (likely) using the same proxy address for all the different kubernetes clusters.
To Reproduce
Therefore when creating 2 instances of the same app targeting the clusters by
Name
the quicker one picks the first cluster of the ones with the same address, the other one stays on "in-cluster (undefined)"Expected behavior
I'd like to be able to target 10+ clusters with the same URL, but different name.
Version
I've went through the tickets and there are some others with similar usecases.
I'm creating this new ticket to hopefully raise attention.
The text was updated successfully, but these errors were encountered: