You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed cert-manager v1.13.2 from the start, bypassing v1.9.1 entirely, and encountered a similar hiccup: the Nginx deployment, when accessed in browser, reported the TRAEFIK DEFAULT CERT instead of the staging cert.
I have renamed several things in my own deployment. The fix for me was to rename the tls: secretName value in the Nginx ingress spec to match the secretName in the staging certificate spec, then apply. I am curious if you have renamed things in your own deploy, and perhaps it wasn't the version bump that fixed things but rather a fresh deploy with values that matched in all occurrences.
launchpad/kubernetes/traefik-cert-manager
symptom
after following instructions for staging cert, traefik didn't use the cert
cause
unknown
resolution
upgrade cert-manager
How to upgrade
The text was updated successfully, but these errors were encountered: