Closed ThalesC closed 2 years ago
Looks like this was added in #18791 @zhxie can you take a look?
@ThalesC make sure the image you are using matches the docs you are following - ie use release docs for release versions, and latest
with envoy-dev:latest
@RyanTheOptimist Yup, it seems to be what I'm looking for!
@phlax I can't try the other image version right now but I'll take a look today. Anyway, the version seems to be the issue here, I'll comment after the test.
That was it, I was using the wrong version, with envoyproxy/envoy-dev
the code works!
Thank you guys!
Great! Glad it's working.
when it will be fixed for normal version get the same error
If you are reporting any crash or any potential security issue, do not open an issue in this repo. Please report the issue via emailing envoy-security@googlegroups.com where the issue will be triaged appropriately.
Title: Can't use example configuration on UDP Proxy documentation
Description: If I copy and paste the example configuration on UDP proxy and start envoy, it returns an INVALID_ARGUMENT error, but I tried other configs and it seems that the
matcher
entry is the one causing problems, even though it appears to be in the correct place following UDP proxy configuration I'm using docker with the imageenvoyproxy/envoy:v1.21.2
.Repro steps:
$path/envoy.yaml
Protobuf message (type envoy.config.bootstrap.v3.Bootstrap reason INVALID_ARGUMENT:matcher: Cannot find field.) has unknown fields
Admin and Stats Output: Can't collect any output since the container stops immediately
Config:
Logs: Full log from container