Skip to content

Commit 0c923e3

Browse files
committed
update Contour's implementation entry
Signed-off-by: Steve Kriss <[email protected]>
1 parent 2eeac5a commit 0c923e3

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

site-src/implementations.md

+13-7
Original file line numberDiff line numberDiff line change
@@ -88,18 +88,24 @@ effort, check out the #development channel or join our [weekly developer meeting
8888

8989
### Contour
9090

91-
[Contour][contour] is an open source ingress controller for Kubernetes.
91+
[Contour][contour] is a CNCF open source Envoy-based ingress controller for Kubernetes.
9292

93-
Contour currently implements much of Gateway API `v0.3.0`.
93+
Contour implements Gateway API v0.5.0, supporting the v1alpha2 and v1beta1 API versions.
94+
All [Standard channel][contour-standard] resources (GatewayClass, Gateway, HTTPRoute), plus ReferenceGrant and TLSRoute, are supported.
95+
Contour's implementation passes all Gateway API conformance tests included in the v0.5.0 release.
9496

95-
See the [Contour Gateway API Guide][contour-1] for information on how to deploy and use Contour's Gateway implementation.
97+
See the [Contour Gateway API Guide][contour-guide] for information on how to deploy and use Contour's Gateway API implementation.
9698

97-
_Note that not all of the `v0.3.0` specification is completed yet, [contributions welcome!][contour-2]._
99+
For help and support with Contour's implementation, [create an issue][contour-issue-new] or ask for help in the [#contour channel on Kubernetes slack][contour-slack].
100+
101+
_Some "extended" functionality is not implemented yet, [contributions welcome!][contour-contrib]._
98102

99103
[contour]:https://projectcontour.io
100-
[latest]:https://doc.traefik.io/traefik/routing/providers/kubernetes-gateway/
101-
[contour-1]:https://projectcontour.io/guides/gateway-api/
102-
[contour-2]:https://github.com/projectcontour/contour/blob/main/CONTRIBUTING.md
104+
[contour-standard]:https://gateway-api.sigs.k8s.io/concepts/versioning/#release-channels-eg-experimental-standard
105+
[contour-guide]:https://projectcontour.io/guides/gateway-api/
106+
[contour-issue-new]:https://github.com/projectcontour/contour/issues/new/choose
107+
[contour-slack]:https://kubernetes.slack.com/archives/C8XRH2R4J
108+
[contour-contrib]:https://github.com/projectcontour/contour/blob/main/CONTRIBUTING.md
103109

104110
### Emissary-Ingress (Ambassador API Gateway)
105111

0 commit comments

Comments
 (0)