From fb0e21eea0fefc44e6ca53f449de1991a0ac8410 Mon Sep 17 00:00:00 2001 From: James Munnelly Date: Thu, 6 Dec 2018 11:11:14 +0000 Subject: [PATCH] Add extra 'install CRDs' step to Helm chart README Signed-off-by: James Munnelly --- deploy/chart/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/deploy/chart/README.md b/deploy/chart/README.md index 9c2004f46..88cfd8cc1 100644 --- a/deploy/chart/README.md +++ b/deploy/chart/README.md @@ -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: