Maël Valais
Maël Valais
I propose to close this since the alternative solution works great. I've opened https://github.com/cert-manager/website/pull/1517 to add this solution to the documentation. Feel free to re-open if you feel that `config.enableGatewayAPI`...
Hey, I've also noticed that the metrics only show when there is at least one Certificate resource in the cluster. Without any certificates, it shows this: ```console $ kubectl get...
Hey, thanks for reporting this! I’ll be taking a look this morning. /assign
I think the issue is caused by a mismatch between the service account names. Your service account is named `vault-test-cert-manager-sa`: ```yaml apiVersion: v1 kind: ServiceAccount metadata: name: vault-test-cert-manager-sa namespace: cert-manager...
~Not having the `/healthz` endpoint tied to the leader election means that in case of a cert-manager upgrade, the Prometheus scraper may hit the wrong `/metrics` endpoint until the upgrade...
Hey, thanks for the super detailed ticket. Is that the issue reported in https://issues.redhat.com/browse/CM-339?
Hi, thanks for the clear and detailed issue! I also find it confusing; for me, the confusion comes from the fact that the "actual duration" is unknown when I choose...
We've had a short discussion on that topic during this morning's open standup. Erik said "I find this type of top-level value useful as a user, but Go templates makes...
During [yesterday's biweekly dev meeting](https://docs.google.com/document/d/1Tc5t6ylY9dhXAan1OjOoldeaoys1Yh4Ir710ATfBa5U/edit#bookmark=id.r63i17hqfzic), @sankalp-at-gh proposed to work on this feature. The discussions points were: - Adding a retirement feature to the Venafi issuer goes beyond the "issuer" concept...
Hey, I'd recommend everyone to not use `--leader-elect=false` although it has been talked about in https://github.com/cert-manager/cert-manager/issues/4918. The reason you don't want to use `--leader-elect=false` in production is because even though...