Skip to content
#

contour

Here are 71 public repositories matching this topic...

flagger
chlunde
chlunde commented Feb 8, 2022

Describe the bug

The documentation and some tests uses gw.ns(.svc.cluster.local) for gateways.

I think this is the correct format for istio gateways: <gateway namespace>/<gateway name>

Like here:

https://github.com/fluxcd/flagger/blob/273b05fb24d467c10939389218e6a8ec26d4c70e/test/istio/test-delegation.sh#L41

re. https://istio.io/latest/docs/reference/config/networking/virtua

skriss
skriss commented Feb 1, 2022

The "Introduction to Contour" link on the projectcontour.io landing page points to a blog from 2019 that references Contour v0.10, this link should be updated to point to something newer, or perhaps we could drop that entire section as it seems somewhat redundant with other ways to navigate the site.

help wanted good first issue area/documentation lifecycle/needs-triage
danehans
danehans commented Jun 9, 2021

Please describe the problem you have
With #382, namespaced-scoped operands, i.e. Envoy DaemonSet, reside in the same namespace as the Contour. This allows using an OwnerReference instead of labels for managing the Contour<>operand relationship. The current CONTOUR_NS/CONTOUR_NAME label-based approach should be

kind/feature good first issue
laugmanuel
laugmanuel commented Dec 3, 2021

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?]
Currently, it seems that everything needed to build this project is present but the official image is about one year old.
I would propose that:

  • the image gets rebuild whenever there is a change to the code -> tag latest
  • tagged
kind/feature good first issue help wanted

Improve this page

Add a description, image, and links to the contour topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the contour topic, visit your repo's landing page and select "manage topics."

Learn more