-
Notifications
You must be signed in to change notification settings - Fork 828
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
AWS: add accounts for kops #5128
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ameukam The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/assign @justinsb |
infra/aws/terraform/management-account/organization-accounts-kops.tf
Outdated
Show resolved
Hide resolved
Ref: kubernetes#5127 - `kops-infra-ci` will be used to run e2e tests until we switch to boskos - `kops-infra-services` will be used to provision services needed to run kops e2e tests like Route53 or S3. Signed-off-by: Arnaud Meukam <[email protected]>
5c3000f
to
df65c78
Compare
Thanks @ameukam /lgtm /hold until you're ready to apply |
/hold cancel |
Accounts created: aws organizations list-accounts --query "Accounts[?Status=='ACTIVE'].{Name: Name, Email: Email}" | grep 'kops-infra'
[email protected] kops-infra-services
[email protected] kops-infra-ci |
Ref:
kops-infra-ci
will be used to run e2e tests until we switch to boskos.kops-infra-services
will be used to provision services needed to run kops e2e tests like Route53 or S3.