Multiple Controllers on same EKS cluster #692
Answered
by
toast-gear
spencer-steed
asked this question in
Questions
-
We have multiple orgs that I am attempting to make runners for, and am having trouble with making multiple controllers in the same cluster (I think its required since each org has a seperate install ID). Is there a certain way I should be making the 2nd controller? |
Beta Was this translation helpful? Give feedback.
Answered by
toast-gear
Jul 13, 2021
Replies: 1 comment
-
Nothing specific beyond you will need a unique namespace for each set of runners, each controller configured to only watch their namespace like below, and a unique github app secret configured for each controller scope:
singleNamespace: true
watchNamespace: actions-1 scope:
singleNamespace: true
watchNamespace: actions-2 etc etc |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
toast-gear
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Nothing specific beyond you will need a unique namespace for each set of runners, each controller configured to only watch their namespace like below, and a unique github app secret configured for each controller
etc etc