Skip to content
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

error when following quickstart guide #465

Closed
nirrozenbaum opened this issue Mar 9, 2025 · 2 comments · Fixed by #466
Closed

error when following quickstart guide #465

nirrozenbaum opened this issue Mar 9, 2025 · 2 comments · Fixed by #466
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@nirrozenbaum
Copy link
Contributor

as part of PR #450 some changes were made to config/manifests/gateway/extension_policy.yaml. after the last change I wasn't able to deploy the resource.

nirro$ kubectl apply -f https://github.com/kubernetes-sigs/gateway-api-inference-extension/raw/main/config/manifests/gateway/extension_policy.yaml
Error from server (BadRequest): error when creating "https://github.com/kubernetes-sigs/gateway-api-inference-
extension/raw/main/config/manifests/gateway/extension_policy.yaml": EnvoyExtensionPolicy in version "v1alpha1" 
cannot be handled as a EnvoyExtensionPolicy: strict decoding error: unknown field 
"spec.extProc[0].processingMode.allowModeOverride"

cc @kfswain

@nirrozenbaum nirrozenbaum added the kind/bug Categorizes issue or PR as related to a bug. label Mar 9, 2025
@kfswain
Copy link
Collaborator

kfswain commented Mar 9, 2025

Ack. Are you on envoy 1.2, we may need to up our requirement to 1.3

@nirrozenbaum
Copy link
Contributor Author

indeed. I just tested it using several versions. in 1.2.7 (which is latest 1.2) it fails. in 1.3.0 it runs successfully.
pushing a fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants