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

I specified this proxy: ```YAML apiVersion: projectcontour.io/v1 kind: HTTPProxy metadata: name: artifactory-v2 spec: routes: services: - name: artifactory-prod port: 80 weight: 95 - service: artifactory-dev port: 80 weight: 4 -...

kind/bug
area/httpproxy
lifecycle/needs-triage
doc-impact

Header Contains conditions that result in a regex matcher are not tested. Tests at the `internal/contour` and `internal/featuretest` level should be added.

kind/cleanup
lifecycle/stale

Currently, contour simply sets the panic threshold to 0 which means that if all backend pods report as unhealthy, incoming traffic will fail with a 503. For my use case...

help wanted
good first issue

**Please describe the problem you have** We have the AWS specifics embedded in the "getting started guide", but there are other docs on how to enable AWS/GKE (and need more)....

area/website
area/deployment

When you are looking at Contour deployments in a Kubernetes cluster, it's not always obvious which release you have. When we generate the deployment YAML, we could apply standard [application...

good first issue
area/deployment

When we build a bootstrap cluster in `internal/envoy/bootstrap.go`, they have hard-coded Cluster settings that can go out of sync with the settings we use for service clusters. There's an argument...

lifecycle/stale

There should be compensating controls that ensure when a HTTPProxy TCPProxy is processed we never overwrite the TCPProxy value on the resulting securevirtualhost. But that's not stated explicitly, or tested,...

kind/feature
priority/important-longterm
area/httpproxy
lifecycle/stale

There are four copies of the logic to detect inclusion / delegation loops. It should be factored out.

priority/important-longterm
kind/cleanup
lifecycle/stale

The gRPC stats middleware added in #1692 shows all Contour connections as completing with an 'Unknown' code. This issue is to investigate why that is. The numbers appear correct (that's...

priority/important-longterm
lifecycle/stale

We have a need for geo-location of incoming client requests for application routing decisions. Contour supports source IP preservation in various ways, including the `PROXY` protocol. We think we can...

lifecycle/stale