Steve Kriss
Steve Kriss
> Is it possible to cherry pick this to v1.28.x (if it's convenient)? Yeah that should be possible, we'll likely do a 1.28 patch release around the time we release...
We should consider leaving the image pull policy as `Always` on the main branch, for any `ghcr.io/projectcontour/contour:main` images, but changing it to `IfNotPresent` for the release tags, via https://github.com/projectcontour/contour-operator/blob/main/hack/release/make-release-tag.sh.
Considering nearly every invocation of the "CreateAndWaitFor" methods ignore the first returned argument, I'm going to look at dropping it from the API. Tests that need to re-fetch the Kube...
Ran GWAPI conformance test locally with a longer delay on the HTTP request (`30s` to exceed the default Envoy `15s` request timeout) and longer conformance suite timeouts to verify this...
Hey @jroper, Contour uses ring hash, ref. https://github.com/projectcontour/contour/blob/056d8802b0815d0b35722c91a34b21c7f6b03e52/internal/envoy/v3/cluster.go#L244-L245. Fair point on the docs, it would be good to clarify which strategy is being used in addition to linking to the...
xref #265
@robscott Contour has largely implemented both, the only field I know we don't yet have implemented is redirect path rewrites which is marked experimental.
@robscott thanks for the clarification - Contour now has support for both, we got path redirects merged last week.
xref https://github.com/projectcontour/contour/issues/4473 I would say the behavior for this scenario is underspecified; however, I think it would be reasonable for the provisioner to **not** remove annotations that were set on...
Updated by #4844