From 236d0f74f5660221019e2375c29dd6b8cd3e17cc Mon Sep 17 00:00:00 2001 From: JoshVanL Date: Mon, 9 Sep 2019 15:24:13 +0100 Subject: [PATCH] Adds install warning on running multiple instances of cert-manager Signed-off-by: JoshVanL --- docs/getting-started/install/kubernetes.rst | 5 +++++ docs/getting-started/install/openshift.rst | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/docs/getting-started/install/kubernetes.rst b/docs/getting-started/install/kubernetes.rst index 10411a773..5fbc12dc9 100644 --- a/docs/getting-started/install/kubernetes.rst +++ b/docs/getting-started/install/kubernetes.rst @@ -14,6 +14,11 @@ resources which represent certificate authorities. More information on configuring different Issuer types can be found in the :doc:`respective setup guides `. +.. warning:: + + You should not install multiple instances of cert-manager on a single + cluster. This will lead to undefined behaviour and you may be banned from + providers such as Let's Encrypt. Installing with regular manifests ================================= diff --git a/docs/getting-started/install/openshift.rst b/docs/getting-started/install/openshift.rst index 58680627b..14497e3dd 100644 --- a/docs/getting-started/install/openshift.rst +++ b/docs/getting-started/install/openshift.rst @@ -16,6 +16,12 @@ resources which represent certificate authorities. More information on configuring different Issuer types can be found in the :doc:`respective setup guides `. +.. warning:: + + You should not install multiple instances of cert-manager on a single + cluster. This will lead to undefined behaviour and you may be banned from + providers such as Let's Encrypt. + Login to your OpenShift cluster ===============================