Merge pull request #2057 from jetstack-bot/cherry-pick-2051-to-release-0.10

[release-0.10] Adds install warning on running multiple instances of cert-manager
This commit is contained in:
jetstack-bot
2019-09-10 10:35:30 +01:00
committed by GitHub
2 changed files with 11 additions and 0 deletions
@@ -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 </tasks/issuers/index>`.
.. 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
=================================
@@ -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 </tasks/issuers/index>`.
.. 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
===============================