From dc31bc065e01c2e5412fb858223707b8d55aea47 Mon Sep 17 00:00:00 2001 From: Knative Prow Robot Date: Fri, 14 Jun 2024 17:01:12 +0100 Subject: [PATCH] Remove old warning about istio and external-domain-tls (#6018) Co-authored-by: Reto Lehmann --- docs/serving/encryption/external-domain-tls.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/serving/encryption/external-domain-tls.md b/docs/serving/encryption/external-domain-tls.md index 4aec13d32a..d22a99873b 100644 --- a/docs/serving/encryption/external-domain-tls.md +++ b/docs/serving/encryption/external-domain-tls.md @@ -14,11 +14,6 @@ You must meet the following requirements to enable secure HTTPS connections: - A Networking layer such as Kourier, Istio with SDS v1.3 or higher, or Contour v1.1 or higher. See [Install a networking layer](../../install/yaml-install/serving/install-serving-with-yaml.md#install-a-networking-layer). -!!! warning - Istio only supports a single certificate per Kubernetes cluster. - To serve multiple domains using your Knative cluster, you must ensure that your new or existing certificate is signed for each of the domains that you want to serve. - - ## Automatically obtain and renew certificates ### Installing and configuring cert-manager and integration