contour
contour copied to clipboard
Contour is a Kubernetes ingress controller using Envoy proxy.
Design to outline how Contour development around GW API Policy Attachment and Route Filters should proceed Attempting to generate guidelines/patterns/etc. we can agree on before starting this work Will be...
**Please describe the problem you have** ``` // TODO [danehans]: Remove the prometheus annotations when Contour is updated to // show how the Prometheus Operator is used to scrape Contour/Envoy...
Contour is currently failing the `main` conformance test defined for route sorting: https://github.com/kubernetes-sigs/gateway-api/pull/1370 (Note, there is an issue filed to ensure that the spec is unambiguous: https://github.com/kubernetes-sigs/gateway-api/issues/1381) We need to...
e.g. https://github.com/projectcontour/contour/runs/8254026285?check_suite_focus=true#step:7:251 TODO: try to de-flake, possibly add `FlakeAttempts(3)`
To make the Contour Gateway Provisioner and ContourDeployment more useful, more fields are required to customize the resources it generates, particularly the Contour Deployment, Envoy DaemonSet/Deployment, and Envoy Service. Let's...
After #4686 merge `make checkall` fails ``` $ make checkall ... Generating Gateway API CRD YAML documents... error: git cmd = '/usr/bin/git fetch --depth=1 origin v0.5.1-0.20220822185609-d05e07b14156': exit status 128 make:...
- Bump go module deps - Update kind version / cluster versions used in E2E's and upgrade testing - Update compat matrix Previous Kubernetes 1.24 updates, for reference: https://github.com/projectcontour/contour/pull/4546/files
Contour 1.24 should pick up Gateway API v0.6.0. Sub-tasks: - [ ] https://github.com/projectcontour/contour/issues/4555 - [ ] TBD conditions updates
https://github.com/projectcontour/contour/blob/08d87aefcdeba93665b04e8b6a893efc8d9d5671/design/gateway-apis-implementation.md > This design is intended to cover the initial alpha releases of the Gateway API. We will aim to implement the core featureset of the APIs at that point....