Document cert-manager installation. (#752)

This commit is contained in:
Otto Bittner 2022-12-09 13:28:29 +01:00 committed by GitHub
parent d3873988c9
commit e461b6385a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,12 @@
# Installing cert-manager
:::caution
Please read this section before installing cert-manager.
:::
Constellation ships with cert-manager preinstalled.
The default installation is part of the `kube-system` namespace, as all other Constellation-managed components.
You are free to install more instances of `cert-manager` into other namespaces.
However, please be aware that any new installation need to use the same version as the one installed with Constellation.
Or rely on the same CRD versions as Constellation's installation.
Also remember to set the `installCRDs` value to `false` when installing new `cert-manager` instances.
It will create problems if you have two installations of cert-manager depending on different versions of the installed CRDs.
CRDs are cluster-wide resources and `cert-manager` depends on specific versions of those CRDs for each release.

View File

@ -138,6 +138,11 @@ const sidebars = {
label: 'Upgrade your cluster',
id: 'workflows/upgrade',
},
{
type: 'doc',
label: 'Installing cert-manager',
id: 'workflows/installing-cert-manager',
},
{
type: 'doc',
label: 'Terminate your cluster',