contour icon indicating copy to clipboard operation
contour copied to clipboard

Contour is a Kubernetes ingress controller using Envoy proxy.

Results 416 contour issues
Sort by recently updated
recently updated
newest added

**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?] In httpproxy, .spec.routes.service...

kind/feature

Hi Ladies and Gents, DSCP (differentiated services code point) is a mechanism used for classifying/prioritizing network traffic on IP networks [DSCP_wiki](https://en.wikipedia.org/wiki/Differentiated_services). Since Contour is used as O&M external interface provider...

kind/feature

**What steps did you take and what happened:** [A clear and concise description of what the bug is.] Deployed multiple nginx applications and tried to access it using httpproxy with...

kind/bug
lifecycle/needs-triage

Currently the grpc package and xds handler can filter results returned by `cache.Values` by a filter constructed from the DiscoveryRequest. However the `cache.Register` method lacks a way of filtering notifications...

kind/feature
priority/important-soon

In #1375, a PR to Envoy suggested setting HTTP/2 options as follows: ```yaml http2_protocol_options: max_concurrent_streams: 100 initial_stream_window_size: 65536 # 64 KiB initial_connection_window_size: 1048576 # 1 MiB ``` This ticket is...

priority/important-longterm
lifecycle/stale

**Setup:** We have a dual envoy proxy setup. A front envoy (v1.12.2) configured by a custom XDS for global routing and then the second layer (v1.16.2) configured with Contour as...

kind/feature
kind/api-change
lifecycle/investigating
area/operational
lifecycle/needs-triage

When we have bandwidth, let’s gpg sign our builds with something like OpenPGP for better verifcation. This can be signed by any of project Contour’s core maintainers. The user can...

kind/feature
lifecycle/accepted

**What steps did you take and what happened:** Was trying to create a pathRewritePolicy where the replacement ALWAYS keeps the trailing slash. I found in several configuration attempts, that this...

kind/bug
help wanted
area/httpproxy
lifecycle/accepted
lifecycle/investigating

Websocket connections seem to be timing-out every 16s: ![image](https://user-images.githubusercontent.com/1319049/118751991-4b86d280-b830-11eb-8892-f16e6cfb751a.png) Expected behavior is that the websocket connection maintains Pending status indefinitely and does not timeout: ![image](https://user-images.githubusercontent.com/1319049/118752059-6eb18200-b830-11eb-97a2-eba29207715b.png) It seems this issue occurs...

kind/bug
lifecycle/investigating

As part of fixing a [CVE](https://github.com/projectcontour/contour/security/advisories/GHSA-5ph6-qq5x-7jwc), we have changed Contour to disallow ExternalName type Services by default. However, some users are already using ExternalName services, and would like a way...

kind/feature
lifecycle/needs-triage