Add extra 'install CRDs' step to Helm chart README

Signed-off-by: James Munnelly <james@munnelly.eu>
This commit is contained in:
James Munnelly 2018-12-06 11:11:14 +00:00
parent bb7d2f5f4e
commit fb0e21eea0

View File

@ -18,6 +18,11 @@ functionality in cert-manager can be found in the [getting started docs](https:/
To install the chart with the release name `my-release`:
```console
## IMPORTANT: you MUST install the cert-manager CRDs **before** installing the
## cert-manager Helm chart
$ kubectl apply \
-f https://raw.githubusercontent.com/jetstack/cert-manager/v0.6.0/deploy/manifests/00-crds.yaml
$ helm install --name my-release stable/cert-manager
```
@ -37,6 +42,12 @@ https://cert-manager.readthedocs.io/en/latest/reference/ingress-shim.html
> **Tip**: List all releases using `helm list`
## Upgrading the Chart
Special considerations may be required when upgrading the Helm chart, and these
are documented in our full [upgrading guide](https://cert-manager.readthedocs.io/en/latest/admin/upgrading/index.html).
Please check here before perform upgrades!
## Uninstalling the Chart
To uninstall/delete the `my-release` deployment: