Open mehmetaydogduu opened 10 months ago
Please update cert-manager. With this version, it is not possible to use an onprem acme like step-ca. The option: caBundle is missing.
I tested cert-manager with the official installation instruction and microk8s. I used the helm option and configured an acme issuer with my onprem acme ca. (step-ca).
My configuration:
nginx-ingress with tls is working out of the box.
I lost whole day with that. Certs aren't work because auto created ingress by cert-manager is not functional. Old annotation
kubernetes.io/ingress.class
doesn't work anymore. According to the docs,The field ingressClassName was added in cert-manager 1.12.
, so we need to upgrade to at least 1.12 to get rid of the issue.MicroK8S 1.28.3:
microk8s kubectl cert-manager version
As we can see MicroK8S Addon doesn't have ingressClassName property. HTTP01 check is failing.