cert-manager/docs
jetstack-ci-bot 97ce5ca2b3
Merge pull request #329 from munnerz/default-cluster-namespace
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>.

Set default cluster resource namespace to current pod namespace

**What this PR does / why we need it**:

Changes the default cluster resource namespace from kube-system to the current namespace of the cert-manager deployment.

**Which issue this PR fixes**: fixes #103 

**Release note**:
```release-note
Supporting resources for ClusterIssuer's (e.g. signing CA certificates, or ACME account private keys) will now be stored in the same namespace as cert-manager, instead of kube-system in previous versions. Action required: you will need to ensure to properly manually migrate these referenced resources across into the deployment namespace of cert-manager, else cert-manager may not be able to find account private keys or signing CA certificates.
```

/cc @mikebryant
2018-02-23 19:56:21 +00:00
..
api-types Added comments for using hostedZoneID field with route53 provider 2017-10-24 13:43:59 +02:00
deploy Merge pull request #329 from munnerz/default-cluster-namespace 2018-02-23 19:56:21 +00:00
devel Add empty README in docs/devel 2017-08-29 16:25:41 +01:00
examples Added Azure DNS support for DNS01 challange 2018-02-13 10:34:06 +01:00
user-guides fix multiline command 2018-02-07 14:55:44 +03:00
high-level-overview.png Add high level overview diagram 2017-09-04 15:52:37 +01:00
README.md Add links to new documentation content 2018-01-18 17:44:05 +00:00

cert-manager documentation

This is the extended documentation page for cert-manager, containing detailed specification of API types, user guides, and developer documentation.

It is split into these three sections for easier navigation.

API types

User guides

Developer docs

Developer documentation can be found in the devel/ directory (coming soon).