Cert-manager upgrade issue

Tried deleting cert-manager with below steps .

 

kubectl -n cert-manager delete secret apigee-ca

kubectl delete -n cert-manager deployment cert-manager cert-manager-cainjector cert-manager-webhook

kubectl delete -f https://github.com/jetstack/cert-manager/releases/download/v1.5.4/cert-manager.yaml

kubectl apply -f https://github.com/jetstack/cert-manager/releases/download/v1.7.2/cert-manager.yaml

 

Another observation here is like, when we compared the YAML file related to version 1.5.4 from Docs  with the YAML file from our server related to the same version ,the file from docs is around 1700 lines

and the YAML file from server is of only 330 lines .Need to know why there is a huge change in line numbers when it is of same version.

Can anyone help us how to delete cert-manager or upgrade it to a new version.

0 1 125
1 REPLY 1

Hi,

did you consider cert-manager compatibility across Hybrid versions while deciding to upgrade?

Take a look: https://cloud.google.com/apigee/docs/hybrid/supported-platforms

Just food for thought as I haven't had a chance to check it myself.