-
Couldn't load subscription status.
- Fork 585
Support Envoy Native Subset Load Balancing[WIP] #2082
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
Add HTTPHeaderToMetadata and HTTPLoadBalance to virtual_service.proto, HTTPLoadBalance will use HTTPHeaderToMetadata to add metadata to metadata namespace `envoy.lb`; these metadata could be used by subset load balancing defined by DestinationRule.
|
😊 Welcome @l8huang! This is either your first contribution to the Istio api repo, or it's been You can learn more about the Istio working groups, code of conduct, and contributing guidelines Thanks for contributing! Courtesy of your friendly welcome wagon. |
|
@l8huang: PR needs rebase. 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. |
|
@l8huang: The following tests failed, say
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. I understand the commands that are listed here. |
1 similar comment
|
@l8huang: The following tests failed, say
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. I understand the commands that are listed here. |
|
Can you write a proposal first? |
|
|
🚧 This issue or pull request has been closed due to not having had activity from an Istio team member since 2021-08-23. If you feel this issue or pull request deserves attention, please reopen the issue. Please see this wiki page for more information. Thank you for your contributions. Created by the issue and PR lifecycle manager. |
This PR include changes to VirtualService and DestinationRule for supporting Envoy native subset load balancing.
design doc link will be added after it's moved into istio community drive.