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.
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!