From a82fbaa3a8591cb03f1d3543708a1320cc9121ef Mon Sep 17 00:00:00 2001 From: Dave Protasowski Date: Mon, 20 Nov 2023 17:22:22 -0500 Subject: [PATCH] add deprecation notices for net-http01 --- .../install/yaml-install/serving/install-serving-with-yaml.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/install/yaml-install/serving/install-serving-with-yaml.md b/docs/install/yaml-install/serving/install-serving-with-yaml.md index 71fd0d2f3af..f280412460f 100644 --- a/docs/install/yaml-install/serving/install-serving-with-yaml.md +++ b/docs/install/yaml-install/serving/install-serving-with-yaml.md @@ -185,7 +185,9 @@ The following tabs expand to show instructions for installing each Serving exten 1. Configure Knative to automatically configure TLS certificates by following the steps in [Enabling automatic TLS certificate provisioning](../../../serving/using-auto-tls.md). -=== "TLS with HTTP01" +=== "TLS with HTTP01 (deprecated)" + + ⚠️ The net-http01 component is deprecated and will no longer be shipped in Knative v1.13. For a timeline see: https://github.com/knative/serving/issues/14640. We recommend using cert-manager and configure it to use HTTP01. Knative supports automatically provisioning TLS certificates using Encrypt HTTP01 challenges. The following commands install the components needed to support TLS.