简体   繁体   中英

Ugrading cert-manager from 0.12 to 1.11

I have k8s cluster with version 1.21 and cert-manager (v0.12) which was installed via helm. As far as I understand I should upgrade cert-manager version-by-version but I can't find CRDs file for version 0.13 ( https://github.com/cert-manager/cert-manager/releases/download/v0.13/cert-manager.crds.yaml - there is no such file. CRDs were installed separately from cert-manager). So, guys, help me!

I can get a file from this URL ; please test it and let me know how it works. When upgrading from earlier versions, use this file, which contains all of the Custom Resource Definitions (CRDs) for cert-manager 0.13.

You can upgrade using static manifests also by running the below command:

kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/<version>/cert-manager.yaml

You can find more information in this doc .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM