You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we use EnvoyProxy CR to manually patch the boostrap to add external processing filter, add original_destination_cluster for envoyproxy. This is not a recommended approach to use eg and gateway api, and this is very static and hard to maintain, and breaks the design of gateway-api concepts.
We should standardize to use eg and gateway api by:
Use EnvoyExtensionPolicy CRD to dynamically set up external processing filter for gateway listener.
Use EnvoyPatchPolicy CRD or implement extension hook server to add original_destination_cluster.
Remove envoyproxy CRD, to prevent manually patching the bootstrap.
/assign
The text was updated successfully, but these errors were encountered:
Currently we use
EnvoyProxy
CR to manually patch the boostrap to add external processing filter, add original_destination_cluster for envoyproxy. This is not a recommended approach to use eg and gateway api, and this is very static and hard to maintain, and breaks the design of gateway-api concepts.We should standardize to use eg and gateway api by:
EnvoyExtensionPolicy
CRD to dynamically set up external processing filter for gateway listener./assign
The text was updated successfully, but these errors were encountered: