aws-load-balancer-controller
aws-load-balancer-controller copied to clipboard
Self-signed cert doesn't automatically renew
Describe the bug
Self-signed certs deployed by this chart are missing the issuerRef.group and fail to renew in specific environments with the following error Unknown issuer kind: Issuer
Steps to reproduce
Install cert-manager and do not specify a default issuer. Deploy this chart with certManagerEnabled: true
Expected outcome The self signed certificate becomes ready.
Environment
- AWS Load Balancer controller version: 2.8.3
- Kubernetes version: 1.29
- Using EKS (yes/no), if so version? Yes, 1.29
Additional Context:
/kind bug
Perhaps the issue has been identified with the cloudflare origin ca issuer. https://github.com/cloudflare/origin-ca-issuer/issues/149
This is resolved with the origin-ca-issuer update in my clusters. Closing.