-
Notifications
You must be signed in to change notification settings - Fork 50
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
Generate Transit Gateway using ACK runtime v0.15.1
#17
Conversation
apparently those weren't enough either in prow :( I upped them again, we'll see if that fixes it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
First resource looking great!! 🎉
Just add that comment and we're sending this; also updated PR title for clarity
Issue #, if available: aws-controllers-k8s/ec2-controller#17 Description of changes: - Add ECMP as an initialism. Currently used in ec2.TransitGateway - Regenerated TGW in EC2 controller and tested w/ `make kind-test` ✅ By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Issue #, if available: #146 aws-controllers-k8s/ec2-controller#17 Description of changes: - Turns out prow doesn't use a AWS_PROFILE, so the env var needs to be omitted if not specified explicitly by the user. By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
/retest |
Issue #, if available: aws-controllers-k8s/ec2-controller#17 Description of changes: - Add `ENA` to initialism list and prevent `"Enable" -> "ENAble" and "Enabling" -> "ENAbling" ` Grep to find other `Ena` words in aws models: ``` $ grep -r 'Ena[a-zA-Z]*' -o . | sort | uniq | grep -v "Enabl" ./ec2/2016-11-15/api-2.json:EnaSupport ./ec2/2016-11-15/docs-2.json:EnaSupport ./ec2/2016-11-15/examples-1.json:EnaSupport ``` By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
/test ec2-kind-e2e |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: A-Hilaly, brycahta, bwagner5 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 |
Issue #, if available:
aws-controllers-k8s/community#489
Description of changes:
process is broken up into commits between the generated and manual steps.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.