add deprecation notices for net-http01 (#5762)

This commit is contained in:
Dave Protasowski 2023-11-21 02:48:46 -05:00 committed by GitHub
parent d60c9ebe80
commit ac2cda45a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -174,7 +174,9 @@ The following tabs expand to show instructions for installing each Serving exten
Follow the documentation in [Enabling automatic TLS certificate provisioning](../../../serving/encryption/enabling-automatic-tls-certificate-provisioning.md)
for more information.
=== "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.