Skip to content

Commit 4993cef

Browse files
Merge pull request #256049 from chasewilson/chase/ingress-tlsDisclimer
[AKS] cert-manager disclaimer
2 parents 1c8f454 + 0372b0a commit 4993cef

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

articles/aks/ingress-tls.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.custom: devx-track-azurecli, devx-track-azurepowershell, devx-track-linux
77
author: asudbring
88
ms.author: allensu
99
ms.topic: how-to
10-
ms.date: 01/20/2023
10+
ms.date: 10/24/2023
1111
#Customer intent: As a cluster operator or developer, I want to use TLS with an ingress controller to handle the flow of incoming traffic and secure my apps using my own certificates or automatically generated certificates.
1212
---
1313

@@ -17,7 +17,9 @@ The transport layer security (TLS) protocol uses certificates to provide securit
1717

1818
You can bring your own certificates and integrate them with the Secrets Store CSI driver. Alternatively, you can use [cert-manager][cert-manager], which automatically generates and configures [Let's Encrypt][lets-encrypt] certificates. Two applications run in the AKS cluster, each of which is accessible over a single IP address.
1919

20-
> [!NOTE]
20+
> [!IMPORTANT]
21+
> Microsoft **_does not_** manage or support cert-manager and any issues stemming from its use. For issues with cert-manager, see [cert-manager troubleshooting][cert-manager-troubleshooting] documentation.
22+
>
2123
> There are two open source ingress controllers for Kubernetes based on Nginx: one is maintained by the Kubernetes community ([kubernetes/ingress-nginx][nginx-ingress]), and one is maintained by NGINX, Inc. ([nginxinc/kubernetes-ingress]). This article uses the *Kubernetes community ingress controller*.
2224
2325
## Before you begin
@@ -619,6 +621,7 @@ You can also:
619621
[helm]: https://helm.sh/
620622
[helm-cli]: ./kubernetes-helm.md
621623
[cert-manager]: https://github.com/jetstack/cert-manager
624+
[cert-manager-troubleshooting]: https://cert-manager.io/docs/troubleshooting/
622625
[cert-manager-certificates]: https://cert-manager.io/docs/concepts/certificate/
623626
[ingress-shim]: https://cert-manager.io/docs/usage/ingress/
624627
[cert-manager-cluster-issuer]: https://cert-manager.io/docs/concepts/issuer/

0 commit comments

Comments
 (0)