update readme

This commit is contained in:
Hanfei Shen 2020-03-04 10:22:25 +08:00
parent 10514768d6
commit 2fa513a345
No known key found for this signature in database
GPG Key ID: 8645106F29EA1F55

View File

@ -4,8 +4,10 @@ This is a webhook solver for [DNSPod](https://www.dnspod.cn).
## Prerequisites
* [cert-manager](https://github.com/jetstack/cert-manager): *tested with 0.8.0*
- [Installing on Kubernetes](https://docs.cert-manager.io/en/release-0.8/getting-started/install/kubernetes.html)
* [cert-manager](https://github.com/jetstack/cert-manager) >= 0.11
- [Installing on Kubernetes](https://docs.cert-manager.io/en/release-0.11/getting-started/install/kubernetes.html)
*Note: use version < 0.3 with cert-manager < 0.11*
## Installation
@ -20,7 +22,7 @@ $ helm install --name cert-manager-webhook-dnspod ./deploy/cert-manager-webhook-
### Automatically creating Certificates for Ingress resources
See [this](https://docs.cert-manager.io/en/latest/tasks/issuing-certificates/ingress-shim.html).
See [this](https://cert-manager.io/docs/usage/ingress/#optional-configuration).
## Development