nokia / adcs-issuer

BSD 3-Clause "New" or "Revised" License
41 stars 42 forks source link

Infinite Loop on new Certificate instance #5

Closed makeacode closed 4 years ago

makeacode commented 4 years ago

I've got a more recent fork of this project working in a test EKS cluster but when i create a new Certificate resource it ends up going into an infinite loop where it creates a CertificateRequest, submits it, downloads the issued certificate from the CA, creates a valid kubernetes certificate, and then throws the following error which starts the whole process all over....seemingly forever.

E0825 22:18:19.942299 1 controller.go:158] cert-manager/controller/CertificateReadiness "msg"="re-queuing item due to error processing" "error"="Operation cannot be fulfilled on certificates.cert-manager.io \"testcert1\": the object has been modified; please apply your changes to the latest version and try again" "key"="adcs-issuer-system/testcert1"

I have been using the fork modified by @SimeonPoot which seems more current

makeacode commented 4 years ago

I believe I have fixed this issue after upgrading cert-manager to 1.16.1 from 1.16.0