-
Notifications
You must be signed in to change notification settings - Fork 337
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
fix(k8s): use EndpointSlices to determine identity for Service without selectors #10134
fix(k8s): use EndpointSlices to determine identity for Service without selectors #10134
Conversation
9cd7f9b
to
20f1021
Compare
18974d3
to
2850c03
Compare
Why this change? |
@lahabana it's a missing feature. The impetus was that there are new Gateway API tests that test forwarding to Services with manually managed EndpointSlices. Which will prevent us from moving to v1.1 |
Signed-off-by: Mike Beaumont <[email protected]>
Signed-off-by: Mike Beaumont <[email protected]>
Signed-off-by: Mike Beaumont <[email protected]>
Signed-off-by: Mike Beaumont <[email protected]>
2850c03
to
65ffa23
Compare
…ll the endpoints Signed-off-by: Mike Beaumont <[email protected]>
Co-authored-by: Bart Smykla <[email protected]> Signed-off-by: Mike Beaumont <[email protected]>
Mentioned tests: kubernetes-sigs/gateway-api@d4132be |
Signed-off-by: Mike Beaumont <[email protected]>
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.
logging seems a bit off, otherwise looks fine
Signed-off-by: Mike Beaumont <[email protected]>
This adds support for Services that don't have selectors.
Checklist prior to review
syscall.Mkfifo
have equivalent implementation on the other OS --ci/
labels to run additional/fewer testsUPGRADE.md
? --