Sunjay Bhatia

Results 127 comments of Sunjay Bhatia

Hey @izturn opened this to track the various PRs youve opened recently around the ContourDeployment CRD

Have you attempted to decode the backtrace? There have been various fixes in the 1.19.x Envoy release line that may be at play here, would have to see the actual...

Also just to be sure, since this is Contour 1.18.2, did you take note of the release notes around the previous version: https://github.com/projectcontour/contour/releases/tag/v1.18.1 There were changes to how the example...

this script shows usage instructions: https://github.com/envoyproxy/envoy/blob/main/tools/stack_decode.py you also need the version of the Envoy binary you are using with debug symbols included, which you can find from the Envoy release...

I don't have permissions to merge, but you might want to merge main if not up to date or push an empty commit just to kick CI

the field in question is available here: https://github.com/envoyproxy/go-control-plane/blob/5e86f7861dc96258c761bce8e7d6103dfa828285/envoy/extensions/filters/network/local_ratelimit/v3/local_rate_limit.pb.go#L56

@Jochen-dba did you get a change to work on this? Just checking in since contour v1.21 is coming soon in case you wanted to get your work into that release

notes from maintainer meeting: - possibly a generic translation abstraction to convert other resources to Gateway API (e.g. Ingress or otherwise) - show an example with a base Gateway that...

added some more to the `proxy2gateway` tests/example scenarios: https://github.com/sunjayBhatia/proxy2gateway/commit/e4e3b34bd53f069b392a0bc1cf3f45d247d5bd6d

Ah the configuration you point to is a per-endpoint health check configuration, which we don't yet support (we only set up the cluster level healthchecks and not per-endpoint overrides) but...