-
Notifications
You must be signed in to change notification settings - Fork 679
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
Design: Endpoint slice support #5703
Design: Endpoint slice support #5703
Conversation
Signed-off-by: Clayton Gonsalves <clayton.gonsalves@reddit.com>
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #5703 +/- ##
==========================================
- Coverage 78.60% 78.56% -0.04%
==========================================
Files 138 138
Lines 19155 19163 +8
==========================================
Hits 15056 15056
- Misses 3812 3820 +8
Partials 287 287 |
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.
Thanks for the design doc @clayton-gonsalves, apologies for the delay in reviewing. Added a few comments/questions.
Signed-off-by: Clayton Gonsalves <clayton.gonsalves@reddit.com>
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, thanks @clayton-gonsalves
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.
Since the processing of EndpointSlices
and Endpoints
would be mutually exclusive maybe it could be mentioned that Endpoints
where user has disabled mirroring will not be processed by Contour.
Signed-off-by: Clayton Gonsalves <clayton.gonsalves@reddit.com>
addressed in 45a8a96 |
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.
Looks good to me!
Design proposal to address #2696