-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
feat(discovery): support endpointslices in kubernetes discovery #10916
feat(discovery): support endpointslices in kubernetes discovery #10916
Conversation
Signed-off-by: dongjiang1989 <[email protected]>
Signed-off-by: dongjiang1989 <[email protected]>
@dongjiang1989 please explain why this is needed, thanks. |
@shreemaan-abhishek thanks for your review. EndpointSlices provide a simple way to track network endpoints within a Kubernetes cluster. They offer a more scalable and extensible alternative to Endpoints. ref: https://kubernetes.io/docs/concepts/services-networking/endpoint-slices/ |
Could you add test cases to cover this? |
Signed-off-by: dongjiang1989 <[email protected]>
Signed-off-by: dongjiang1989 <[email protected]>
Signed-off-by: dongjiang1989 <[email protected]>
@monkeyDluffy6017 @shreemaan-abhishek Please re-check. Thanks |
@zhixiongdu027 Could you help to review this pr? |
We should update the documentation for this feature. |
Signed-off-by: dongjiang1989 <[email protected]>
Thanks. Added it |
Signed-off-by: dongjiang1989 <[email protected]>
/test |
@AlinsRan @shreemaan-abhishek @monkeyDluffy6017 please re-check,thanks |
@dongjiang1989 |
Description
This PR add support endpointslices in kubernetes discovery
Checklist