-
Notifications
You must be signed in to change notification settings - Fork 1.5k
EndpointSlice support for IP target groups #2169
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
Conversation
Hi @harivall. 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. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2169 +/- ##
==========================================
+ Coverage 53.18% 53.29% +0.11%
==========================================
Files 135 135
Lines 7446 7503 +57
==========================================
+ Hits 3960 3999 +39
- Misses 3178 3192 +14
- Partials 308 312 +4 ☔ View full report in Codecov by Sentry. |
@harivall, thanks a lot for your contribution. Please document the following tests in the description
|
@@ -77,6 +77,14 @@ rules: | |||
verbs: | |||
- patch | |||
- update | |||
- apiGroups: |
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.
You need to specify this via the kube-builder annotation. Please refer to the following
// +kubebuilder:rbac:groups="",resources=endpoints,verbs=get;list;watch |
Once you specify the kubebuilder annotation, make generate will automatically generate this file
/ok-to-test |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: harivall, kishorj 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 |
…r, and pod endpoint resolver; add EndpointSlices event handler; add flag to enable/disable using EndpointSlices; update rbac role
8078093
to
eaa723f
Compare
/lgtm |
* Add support for EndpointSlices in tgb controller, tgb resource manager, and pod endpoint resolver; add EndpointSlices event handler; add flag to enable/disable using EndpointSlices; update rbac role * remove unnecessary logs, change endpointslices flag name, clean up code * clean up code * fix flag description * fix formatting Co-authored-by: Kishor Joshi <[email protected]>
Description
Added support for EndpointSlices for TargetGroupBindings/pod endpoint resolution for IP targets!
Components added:
aws-load-balancer-controller-role
to be able to access EndpointSlicesChecklist
README.md
, or thedocs
directory)BONUS POINTS checklist: complete for good vibes and maybe prizes?! 🤯