Multiple namespaces and services accounts on a cluster. #5193
Unanswered
Victor-2021
asked this question in
Q&A
Replies: 1 comment
-
|
@Victor-2021 When providing service account via |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
We are trying to manage multiple namespaces on a same cluster which ArgoCD would not have full access to. Enrolling only specific namespaces is supported with
--namespaceoption, however in our case different namespaces have different service accounts which have access to them. In order words on the same cluster we have Namespace A and Service Account A that has access to it alone, and Namespace B and Service Account B that has access to it alone. We are looking to deploy to the specified namespaces on behalf of the associated service account.Cluster addcommand allows providing a service account for cluster, but I do not see a way to associate multiple service accounts with multiple namespaces.Is there a mechanism for providing specific service accounts to be associated with specific namespaces on the same cluster?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions