-
Notifications
You must be signed in to change notification settings - Fork 55
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
Separates EnvoyExtensionPolicy from Ext Proc #200
Conversation
Signed-off-by: Daneyon Hansen <[email protected]>
✅ Deploy Preview for gateway-api-inference-extension ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Yes, add'l cleanup is needed but this PR is a simple step in the right direction. As I stated here, I'm in favor of using Envoy with a static config for a quick start guide. It's a simplified process, reduces deps, and allows the project to not show a gateway implementation preference. Thoughts? |
@@ -0,0 +1,31 @@ | |||
apiVersion: gateway.envoyproxy.io/v1alpha1 |
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.
This still exists in ext_proc.yaml
, do we need it in both places?
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.
It's not required for EPP, it's an Envoy Gateway requirement. I forgot to remove it so thanks for the heads-up. Commit 8ebe6ed removes the duplicate EnvoyExtensionPolicy, PTAL.
Signed-off-by: Daneyon Hansen <[email protected]>
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: danehans The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/lgtm |
* Separates EnvoyExtensionPolicy from Ext Proc Signed-off-by: Daneyon Hansen <[email protected]> * Removes dplicative EnvoyExtensionPolicy from manifests Signed-off-by: Daneyon Hansen <[email protected]> --------- Signed-off-by: Daneyon Hansen <[email protected]>
Fixes #199
Supports #77