Open jkroepke opened 1 year ago
We're also experiencing this, the expectation would be that AGIC cleans up certificates, why is that not the case?
Shame this is still not fixed. We are using ingress with SSL and have hit this limit several times now.
After the announcement of Application Gateway for Containers, I may expect a deprecation for AGIC anyways.
Same issue here. Any update?
Describe the bug Today, we face the issue that the limit of SSL certificates are 100 while we have not 100 Ingress objects deployed.
To Reproduce Steps to reproduce the behavior:
create a lot of ingress objects with (
appgw.ingress.kubernetes.io/ssl-redirect: "true"
) including associated services and backend pods in a row and remove them again. Create them again.After a while, I can set a lot of certificates through
I'm also able to delete the staled certificated which guarantee that the ssl certificates are not used by any listener
Ingress Controller details
kubectl describe pod <ingress controller
> . Thehelm list
.