Skip to content

Commit

Permalink
Update issuer.md
Browse files Browse the repository at this point in the history
Adds a note for a frequently encountered issue that will prevent users from being able to use a ClusterIssuer as suggested in the documentation.

Solution comes from this issue comment: cert-manager/cert-manager#3246 (comment)

Signed-off-by: Tobias Cohen <tobi@tobico.net>
  • Loading branch information
tobico authored Feb 6, 2025
1 parent 43d4cb8 commit 0821273
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions content/docs/concepts/issuer.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ namespaces, you should consider creating a `ClusterIssuer` resource. This is
almost identical to the `Issuer` resource, however is non-namespaced so it
can be used to issue `Certificates` across all namespaces.

Note that when cert-manager is installed using Helm, the CRDs for the ClusterIssuer
resource type are not included by default. They can be included by adding the flag
`--set installCRDs=true` during installation.

## Supported Issuers

cert-manager supports a number of 'in-tree', as well as 'out-of-tree' `Issuer`
Expand Down

0 comments on commit 0821273

Please sign in to comment.