Open gid-fieldcode opened 6 days ago
hey @gid-fieldcode, if you used helm
to upgrade, the CRDs didn't get updated (https://helm.sh/docs/chart_best_practices/custom_resource_definitions/#some-caveats-and-explanations), you'll need to manually update the CRDs, steps are here https://gateway.envoyproxy.io/docs/install/install-yaml/#upgrading-from-v11
Seeing the new feature with the
earlyRequestHeaders
, we found that it's essential for us so we upgraded to 1.2.1. We usedhelm upgrade --install envoy-gateway oci://docker.io/envoyproxy/gateway-helm --version v1.2.1 -n envoy-gateway
So now we have defined this resource, using syntax from the documentation page:
...and when we apply it we get this error:
ClientTrafficPolicy in version "v1alpha1" cannot be handled as a ClientTrafficPolicy: strict decoding error: unknown field "spec.headers.earlyRequestHeaders"
What could we be missing here?