Create resources in one namespace in two AWS Accounts #2612
Unanswered
wesbrownfavor
asked this question in
Q&A
Replies: 1 comment
-
I've solved this by creating another namespace for the main-np account and I'm just creating resources in there. This is a bit annoying but manageable. |
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.
-
I've got an account setup as follows:
main-np (houses EKS cluster)
squad-np (set to a team)
As a result when I make an IAM role I need the following resources in the following accounts
main-np
squad-np
I'd like to have all these resources in the same namespace but as far as I can tell this is not possible. I know that you can set the namespace annotation:
services.k8s.aws/owner-account-id: 1234
but it does not seem to work if I set it on specific resources.Is it possible to create multiple ACK controlled resources in the same namespace but assign them to various AWS accounts?
Beta Was this translation helpful? Give feedback.
All reactions