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

closes #6617 and #6659 --- In order to fix #6617 I have changed how `dagRoute.DisableAuth` is caclulated. Also, to fix #6659 I thought it is needed to change behavior when...

release-note/minor

This change updates `release-1.28` branch with * envoy v1.29.9 * See release notes for v1.29.8 [here](https://www.envoyproxy.io/docs/envoy/v1.29.9/version_history/v1.29/v1.29.8). * See release notes for v1.29.9 [here](https://www.envoyproxy.io/docs/envoy/v1.29.9/version_history/v1.29/v1.29.9). * go v1.21.13 * See release notes...

This change updates `release-1.30` branch with * envoy v1.31.2 * See release notes for v1.31.1 [here](https://www.envoyproxy.io/docs/envoy/v1.31.2/version_history/v1.31/v1.31.1). * See release notes for v1.31.2 [here](https://www.envoyproxy.io/docs/envoy/v1.31.2/version_history/v1.31/v1.31.2). * go v1.22.8 * See release notes...

This change updates `release-1.29` branch with * envoy v1.30.6 * See release notes for v1.30.5 [here](https://www.envoyproxy.io/docs/envoy/v1.30.6/version_history/v1.30/v1.30.5). * See release notes for v1.30.6 [here](https://www.envoyproxy.io/docs/envoy/v1.30.6/version_history/v1.30/v1.30.6). * go v1.22.8 * See release notes...

Envoy by default exposes tons of metrics, a lot of them are on a per-cluster basis, causing the number of metrics to increase with the number of ingress endpoints. This...

kind/feature
lifecycle/needs-triage

```shell root@k8s:~# kubectl describe -n projectcontour svc/my-release-contour-envoy Name: my-release-contour-envoy Namespace: projectcontour Labels: app.kubernetes.io/component=envoy app.kubernetes.io/instance=my-release app.kubernetes.io/managed-by=Helm app.kubernetes.io/name=contour app.kubernetes.io/version=1.31.2 helm.sh/chart=contour-19.2.0 Annotations: meta.helm.sh/release-name: my-release meta.helm.sh/release-namespace: projectcontour service.beta.kubernetes.io/aws-load-balancer-backend-protocol: tcp Selector: app.kubernetes.io/component=envoy,app.kubernetes.io/instance=my-release,app.kubernetes.io/name=contour Type: LoadBalancer IP...

kind/question
lifecycle/needs-triage

Is it possible to change envoy histogram buckets in contour? we have done this before in envoy using this configuration: ``` histogram_bucket_settings: - match: safe_regex: google_re2: {} regex: ".*" buckets:...

kind/question
lifecycle/needs-triage

Signed-off-by: Gang Liu [[email protected]](mailto:[email protected]) When running in the `v4` environment, the default `auto` will trigger annoying CoreDNS logs likes: ``` [Info] 10.21.16.16:38784 - 19433 "AAAA IN xxx, udp 43 false...

kind/feature
release-note/minor
area/gateway-provisioner

### Problem I'm using Contour with Dynamically Provisioned mode using the Contour Gateway Provisioner. I'm also using the Gateway API listeners using TLS in **Terminate** mode for connecting to TLSRoute's....

kind/feature
lifecycle/needs-triage

**What question do you have?:** I follow docs: [https://projectcontour.io/getting-started/] with Option 3: Contour Gateway Provisioner to install contour in projectcontour namespace it works well; but when I follow below docs...

kind/question
lifecycle/needs-triage