contour
contour copied to clipboard
Contour is a Kubernetes ingress controller using Envoy proxy.
Now that https://github.com/kubernetes-sigs/gateway-api/pull/1296 has merged, Contour should opt into this conformance test by adding the [HTTPRouteMethodMatching](https://github.com/kubernetes-sigs/gateway-api/blob/main/conformance/utils/suite/suite.go#L53-L54) feature to its [list of supported features](https://github.com/projectcontour/contour/blob/main/test/conformance/gatewayapi/gateway_conformance_test.go#L45-L48). This won't be possible until the conformance...
add the fields to `crd/ContourDeployment` to enable (update)Strategy for Contour components Signed-off-by: Gang Liu
Envoy provides documentation guidelines on [Configuring Envoy as an edge proxy](https://www.envoyproxy.io/docs/envoy/latest/configuration/best_practices/edge#configuring-envoy-as-an-edge-proxy) Contour has implemented some of these guidelines, but we should do another pass to make sure we have covered...
add the fields to `crd/ContourDeployment` to enable resource quotas for Contour components Signed-off-by: Gang Liu [[email protected]](mailto:[email protected])
Hi, I'm using the Builtin NSX-T ingress controller for a long time. I decided to implement contour Ingress instead. in the Ingress Manifest, I added relevant annotation for rewrite-target -...
Envoy supports loading certificate from user provided SDS server. https://www.envoyproxy.io/docs/envoy/latest/configuration/security/secret.html?highlight=sds While Contour doesn't support it yet. We need this feature to achieve better certificate management and reduce security risk.
add the fields `extraVolumes` &`extraVolumeMounts` to `crd/ContourDeployment` to let `pod/envoy` can mount more volumes Signed-off-by: Gang Liu [[email protected]](mailto:[email protected])
add the field `podAnnotations` to `crd/ContourDeployment` to enable adding more annotations to `pod/envoy`, if there are the same name key-value pairs exist, it will be overwritten Signed-off-by: Gang Liu [[email protected]](mailto:[email protected])
**What steps did you take and what happened:** The envoy proxy used by Contour is crashing and reports such errors ``` [2022-06-09 07:43:33.286][1][debug][main] [source/server/overload_manager_impl.cc:367] No overload action is configured for...
Right now we have some basic information about how to get involved under https://projectcontour.io/community/. I think we could drive more attention to the community efforts if we had a more...