Clarify ClusterIssuer resource namespace
This commit is contained in:
parent
24f0bbe1f3
commit
4e262ee1d7
@ -86,8 +86,10 @@ more relevant to cert-manager. For the rest of this guide, we'll assume you
|
|||||||
chose `letsencrypt-private-key`.
|
chose `letsencrypt-private-key`.
|
||||||
|
|
||||||
Once done, we need to create this new resource in the `kube-system` namespace.
|
Once done, we need to create this new resource in the `kube-system` namespace.
|
||||||
This is where cert-manager looks for supporting resources for ClusterIssuers
|
By default, cert-manager stores supporting resources for ClusterIssuer's in the
|
||||||
by default:
|
namespace that it is running in, and we used `kube-system` when deploying
|
||||||
|
cert-manager above. You should change this if you have deployed cert-manager into
|
||||||
|
a different namespace.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ kubectl create \
|
$ kubectl create \
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user