-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
api: add eds to config dump #11425
api: add eds to config dump #11425
Conversation
Signed-off-by: Yutong Li <[email protected]>
I will implement this in Envoy later. |
Signed-off-by: Yutong Li <[email protected]>
|
||
// [#not-implemented-hide:] | ||
// Envoy's EDS implementation *will* fill this message with all currently known endpoints. Endpoint | ||
// configuration information can be used to recreate an Envoy configuration by populating all |
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.
Just a thought, since number of endpoints could potentially be very large, do we want to dump out all of them or should we have some upper limit.
Would like to see what the API reviewer thinks.
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.
For the admin handler, this could be just a query param. Could be worth adding as needed.
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!
EDS config has been added to config_dump in #11425 and implemented in #11577 . Risk Level: Low Testing: N/A Signed-off-by: Yutong Li <[email protected]>
EDS config has been added to config_dump in envoyproxy#11425 and implemented in envoyproxy#11577 . Risk Level: Low Testing: N/A Signed-off-by: Yutong Li <[email protected]>
Add EndpointsConfigDump message to support EDS in config_dump.proto (not implemented in Envoy) Additional Description: Risk Level: Low Testing: N/A Docs Changes: N/A Release Notes: N/A This is the first step to solve envoyproxy#3362 Signed-off-by: Yutong Li <[email protected]> Signed-off-by: yashwant121 <[email protected]>
EDS config has been added to config_dump in envoyproxy#11425 and implemented in envoyproxy#11577 . Risk Level: Low Testing: N/A Signed-off-by: Yutong Li <[email protected]> Signed-off-by: yashwant121 <[email protected]>
Commit Message:
add
EndpointsConfigDump
message to support EDS in config_dump.proto(not implemented in Envoy)
Additional Description:
Risk Level: Low
Testing: N/A
Docs Changes: N/A
Release Notes: N/A
This is the first step to solve #3362
Signed-off-by: Yutong Li [email protected]
/cc @fuqianggao @alexburnos