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
This gives the following error: Error from server (BadRequest): error when creating "STDIN": HTTPRoute in version "v1beta1" cannot be handled as a HTTPRoute: strict decoding error: unknown field "spec.rules[0].filters[0].urlRewrite" but I do not encounter this error on GCP's implementation of the Gateway API.
The Gateway controller has been deployed via kubectl and we are running the version: v1.0.7 on EKS 1.29.
Let me know in case any more information is required.
Thanks!
The text was updated successfully, but these errors were encountered:
Hello,
I am currently trying to do a POC on EKS for Gateway API.
I found out there is no filter for
urlRewrite
in the EKS implementation of the Gateway API.Here's the HTTPRoute I am using:
This gives the following error:
Error from server (BadRequest): error when creating "STDIN": HTTPRoute in version "v1beta1" cannot be handled as a HTTPRoute: strict decoding error: unknown field "spec.rules[0].filters[0].urlRewrite"
but I do not encounter this error on GCP's implementation of the Gateway API.The Gateway controller has been deployed via kubectl and we are running the version:
v1.0.7
on EKS 1.29.Let me know in case any more information is required.
Thanks!
The text was updated successfully, but these errors were encountered: