Merge pull request #376 from jetstack/munnerz-patch-1
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. Clarify ClusterIssuer resource namespace **What this PR does / why we need it**: Clarify ClusterIssuer resource namespace in the migrating from kube lego guide **Release note**: ```release-note NONE ```
This commit is contained in:
commit
cfa13a02df
@ -86,8 +86,10 @@ more relevant to cert-manager. For the rest of this guide, we'll assume you
|
||||
chose `letsencrypt-private-key`.
|
||||
|
||||
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:
|
||||
By default, cert-manager stores supporting resources for ClusterIssuers in the
|
||||
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
|
||||
$ kubectl create \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user