-
Notifications
You must be signed in to change notification settings - Fork 1.5k
rewrite TargetGroup filter using ELBV2 tag operation #1366
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
rewrite TargetGroup filter using ELBV2 tag operation #1366
Conversation
Welcome @Fedomn! |
Hi @Fedomn. Thanks for your PR. I'm waiting for a kubernetes-sigs 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. |
/assign @M00nF1sh |
/ok-to-test |
/retest |
@M00nF1sh any update about this PR, or i need to migrate this code to v2 first ? |
@Fedomn BTW, the v2 already supports private cluster. (it's using ELBv2's tag operation). Do you still want to improve this PR and get merged in v1 or migrate to use v2 😄 . |
@M00nF1sh thanks for your quick reply, i will improve this PR and use solution same as ELBV2 tagging operations |
…oncile and delete"
41b3ecd
to
269388c
Compare
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: Fedomn 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 |
/assign @M00nF1sh |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-contributor-experience at kubernetes/community. |
just close this PR for v1. |
This PR to support controller GC TargetGroup in the internal VPC that without internet access ability.
So i replace Resource Groups Tagging API to ELBV2 DescribeTargetGroups API in targetgroup_group GC function.
Same purpose as #1109
Thanks