Upgrading from v1.1 to v1.2
In an effort to introduce new features whilst keeping the project maintainable,
cert-manager now only supports Kubernetes down to version v1.16
. This means
the legacy
manifests have now been removed. Some users experience issues when
upgrading the legacy CRD
s to v1.2
. To solve this, you could replace the CRD
s:
- Backup
cert-manager
resources as described in the docs - Run
kubectl replace -f https://github.com/cert-manager/cert-manager/releases/download/v1.2.0/cert-manager.crds.yaml
to replace the CRDs. - Follow the standard upgrade process. You can read more about supported Kubernetes versions here.
In this release some features have been deprecated. Please read the version 1.2 release notes for more details and consider whether you are using any of these deprecated features before you proceed with the upgrade.
From here on you can follow the regular upgrade process.