mirror of https://github.com/knative/docs.git
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:
parent
f89eab58b4
commit
b2dd091ff5
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue