mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-26 13:08:11 +00:00
Added caveat about manually installed CRDs in 2.6
This commit is contained in:
@@ -122,6 +122,9 @@ This step is only required to use certificates issued by Rancher's generated CA
|
|||||||
These instructions are adapted from the [official cert-manager documentation](https://cert-manager.io/docs/installation/kubernetes/#installing-with-helm).
|
These instructions are adapted from the [official cert-manager documentation](https://cert-manager.io/docs/installation/kubernetes/#installing-with-helm).
|
||||||
|
|
||||||
```
|
```
|
||||||
|
If you have installed the CRDs manually instead of with the --set installCRDs=true option added to your Helm install command, you should upgrade your CRD resources before upgrading the Helm chart:
|
||||||
|
kubectl apply -f https://github.com/jetstack/cert-manager/releases/download/<version>/cert-manager.crds.yaml
|
||||||
|
|
||||||
# Add the Jetstack Helm repository
|
# Add the Jetstack Helm repository
|
||||||
helm repo add jetstack https://charts.jetstack.io
|
helm repo add jetstack https://charts.jetstack.io
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user