Add Kourier to the list of net layers to support auto-tls (#3209)

* Add Kourier to the list of net layers to support auto-tls

Closes #3208

* Update docs/serving/using-auto-tls.md

Co-authored-by: Matt Moore <mattmoor@vmware.com>

Co-authored-by: Matt Moore <mattmoor@vmware.com>
This commit is contained in:
Carlos Santana 2021-02-04 11:03:11 -05:00 committed by GitHub
parent f89eab58b4
commit b2dd091ff5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -38,9 +38,9 @@ Knative supports the following Auto TLS modes:
You must meet the following prerequisites to enable auto TLS:
- The following must be installed on your Knative cluter:
- The following must be installed on your Knative cluster:
- [Knative Serving](../install/).
- [Istio with SDS, version 1.3 or higher](../install/installing-istio.md#installing-istio-with-SDS-to-secure-the-ingress-gateway),
- A Networking layer such as [Kourier](../install/any-kubernetes-cluster.md#installing-the-serving-component), [Istio with SDS, version 1.3 or higher](../install/installing-istio.md#installing-istio-with-SDS-to-secure-the-ingress-gateway),
[Contour, version 1.1 or higher](../install/any-kubernetes-cluster.md#installing-the-serving-component),
or [Gloo, version 0.18.16 or higher](https://docs.solo.io/gloo/latest/installation/knative/).
Note: Currently, [Ambassador](https://github.com/datawire/ambassador) is unsupported.