Update README.md

This commit is contained in:
James Munnelly 2017-08-07 22:02:59 +01:00 committed by GitHub
parent 0fa8a4ee26
commit a4cc9b70b3

View File

@ -15,7 +15,7 @@ development build and reporting any issues you run into.
## Requirements
* Kubernetes cluster with CustomResourceDefinitions enabled (1.7+) OR convert the provided CRD spec into a TPR for support <1.7
* Kubernetes cluster with CustomResourceDefinitions enabled (1.7+)
## Deploying
@ -32,14 +32,6 @@ These are configured to support the clouddns challenge provider for ACME, but
if you do not intend to test this functionality then feel free to remove the
configuration for it.
First you'll need to create the CustomResourceDefinition resource in the target
cluster. This requirement will be removed once [#24](https://github.com/jetstack-experimental/cert-manager/issues/24)
has merged.
```
$ kubectl create -f docs/crd.yaml
```
Go ahead and create the issuer(s) with:
```