-
Notifications
You must be signed in to change notification settings - Fork 571
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
add waypoint context to envoyfilter #3442
base: master
Are you sure you want to change the base?
Conversation
😊 Welcome @dprotaso! 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 contribution guidelines Thanks for contributing! Courtesy of your friendly welcome wagon. |
Hi @dprotaso. Thanks for your PR. I'm waiting for a istio member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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-sigs/prow repository. |
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.
If we are to implement EnvoyFilter on waypoint I definitely think this is a step in the right direction. However, I don't think we yet have consensus that it is something that is desired at all. We probably would need to settle that before moving forward
I added my thoughts here: istio/istio#55149 (comment) |
f723931
to
ac648f2
Compare
We discussed this in a meeting recently, and we couldn't reach consensus that we need to implement envoy filter support in waypoint. |
IMO, you cannot add every features envoy supported into first class API. For RateLimit, ExtProc, we can support it by first class API. How to tweak some configuration in Cluster/Route/Listerner? If you search the github issue, lot of edge cases were fixed by EnvoyFilter, I don't think it won't happen in Waypoint. In the end, every vendor need to add EF support in their forks, that's the worst to the community. |
Yeah, I noticed istio/istio#55149 (comment) and we also need EF patching at waypoint. There could be many users affected. so +1 to @zirain. |
+1 I’d really love to see this PR land—EF support for Waypoint is an important step forward. It helps ensure a smooth migration path for existing sidecar users and builds confidence for those looking to adopt Ambient. Regarding the concern around unstable xDS and patch compatibility across Istio versions: I believe all EF users understand that patches can break and would take the necessary steps to validate them before upgrading. Giving users the option to move forward—while being aware of the risks—feels more empowering than blocking EF entirely due to potential issues. |
ac648f2
to
a2248a7
Compare
Personally i'd like to see same features applied to ambient as envoyfilter, it will benefit the community a lot. So LGTM |
@ramaraochavali wdyt? |
@linsun what are the specific concerns discussed in WG meeting for enabling Envoy filters for waypoints? |
Part of istio/istio#43720
/assign @howardjohn