-
Notifications
You must be signed in to change notification settings - Fork 60
Add support for ManagedPrefixLists in EC2 controller #295
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
base: main
Are you sure you want to change the base?
Conversation
|
Hi @alexcristi. Thanks for your PR. I'm waiting for a aws-controllers-k8s member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: alexcristi The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/ok-to-test |
|
@alexcristi: It looks like there's some compilation issues with these changes. Any chance there's some un-pushed commits? |
|
Thank you for taking time to look at this @knottnt, really appreciate it! |
|
Hold on, I need to test it again |
templates/hooks/managed_prefix_list/sdk_update_pre_build_request.go.tpl
Outdated
Show resolved
Hide resolved
templates/hooks/managed_prefix_list/sdk_read_many_post_build_request.go.tpl
Outdated
Show resolved
Hide resolved
templates/hooks/managed_prefix_list/sdk_create_post_set_output.go.tpl
Outdated
Show resolved
Hide resolved
|
/retest |
|
@knottnt - Also, what do you want me to do with |
@alexcristi That's a new optional PR check that we're testing out. Right now it's just informational for the reviewer. Since, the ec2-controller hasn't been rebuilt with |
|
/retest |
2 similar comments
|
/retest |
|
/retest |
|
/test ec2-kind-e2e |
|
/test ec2-verify-code-gen |
1 similar comment
|
/test ec2-verify-code-gen |
|
@knottnt, I am bit confused to what's going on with the |
@alexcristi Looking at the verifying-code-gen job runs they are highlighting different diffs. In the run for commit 9e72d1a the job finds diffs for only Out of curiosity how are you triggering the code-gen tool? Are you using |
Thank you @knottnt for the hint, it was helpful; on my attempt to preserve the version I managed to mess up with the generator configuration; restored to upstream and ran again |
|
/test ec2-kind-e2e |
1 similar comment
|
/test ec2-kind-e2e |
|
@alexcristi: The following tests failed, say
Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
Issue #, if available: aws-controllers-k8s/community#2665
Description of changes:
Added support for ManagedPrefixLists. This was validated with a KIND local cluster, and here are the results: