contour
contour copied to clipboard
Contour is a Kubernetes ingress controller using Envoy proxy.
Many E2E's use the same name (`echo` or some variant) for backend services to hit. To ensure that tests are hitting the _right_ backend service, we should do some combination...
**Please describe the problem you have** [A clear, concise, description of the problem you are facing. What is the _problem_ that feature X would solve for you?] Originate from discussion...
[2024-04-28 13:34:08.862][1][error][envoy_bug] [source/common/runtime/runtime_impl.cc:501] envoy bug failure: false. Details: Using a removed guard envoy.reloadable_features.sanitize_te. In future version of Envoy this will be treated as invalid configuration [2024-04-28 13:34:08.862][1][error][envoy_bug] [./source/common/common/assert.h:38] stacktrace for...
**Please describe the problem you have** [A clear, concise, description of the problem you are facing. What is the _problem_ that feature X would solve for you?] I'm trying to...
Currently, `make install-contour-working` and `make install-provisioner-working` use a [pseudo-random tag based on the running process ID](https://github.com/projectcontour/contour/blob/main/test/scripts/install-contour-working.sh#L47-L49) when building an image to load into the local development kind cluster. The benefit...
Fixes: https://github.com/projectcontour/contour/issues/6397
Follow-up to https://github.com/projectcontour/contour/issues/5891 Remove the endpoints translator and associated feature flag once the EndpointSlices implementation has been confirmed stable. Adding to 1.31 milestone for now.
Is there any way to apply per IP rate limit? Seems like local rate limits do not care about IP and only thing is they care is how many requests...
Update site/docs/master/httpproxy.md to reflect the header-rewriting capabilities being added in https://github.com/projectcontour/contour/pull/2006 (see also #70).
Need to add tests for MIrrorPolicy in internal/envoy/route_test.go