From ad883c4fe250edcc7708234f1fa0144085cc3858 Mon Sep 17 00:00:00 2001 From: Tim Irnich Date: Fri, 27 May 2022 10:24:23 +0200 Subject: [PATCH] Removing duplicated note. In section 4. "Install cert-manager", the note about skipping cert manager install when bringing own certificates was duplicated. --- .../v2.6/en/installation/install-rancher-on-k8s/_index.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/content/rancher/v2.6/en/installation/install-rancher-on-k8s/_index.md b/content/rancher/v2.6/en/installation/install-rancher-on-k8s/_index.md index 5d97210cc95..55522d6caa9 100644 --- a/content/rancher/v2.6/en/installation/install-rancher-on-k8s/_index.md +++ b/content/rancher/v2.6/en/installation/install-rancher-on-k8s/_index.md @@ -108,8 +108,6 @@ There are three recommended options for the source of the certificate used for T > You should skip this step if you are bringing your own certificate files (option `ingress.tls.source=secret`), or if you use [TLS termination on an external load balancer]({{}}/rancher/v2.6/en/installation/install-rancher-on-k8s/chart-options/#external-tls-termination). -> You should skip this step if you are bringing your own certificate files (option `ingress.tls.source=secret`), or if you use [TLS termination on an external load balancer]({{}}/rancher/v2.6/en/installation/install-rancher-on-k8s/chart-options/#external-tls-termination). - This step is only required to use certificates issued by Rancher's generated CA (`ingress.tls.source=rancher`) or to request Let's Encrypt issued certificates (`ingress.tls.source=letsEncrypt`). {{% accordion id="cert-manager" label="Click to Expand" %}}