Maël Valais

Results 227 comments of Maël Valais
trafficstars

I have read the changes. The only worry I would have is how this change affects cert-manager performance-wise: imagining a cluster with a single namespace, and given a number of...

Similarly to #5336, I am confident that these changes won't impact performance. I have perused the tests and am confident that the corner cases have been covered. /lgtm

Hi, Just FYI, I'll return from vacation on Monday 15 July 2022. I'll catch up with you asap when I return, if you have time.

Hi! I was not able to reproduce the issue (yet). I created a cluster using the OVHCloud Managed Kubernetes offering; I then created a lot (5000) certificates hoping that I...

I’ll take a look tomorrow morning. /assign **Update 10 Feb 2022:** I wasn't able to investigate yet.

Hi, I was partially able to reproduce the issue by creating 290 Ingresses with domains that I knew would not work. Note that I used the staging Let's Encrypt server...

I realized that this 60 challenges limit comes from a flag passed to cert-manager-controller: ``` --max-concurrent-challenges int The maximum number of challenges that can be scheduled as 'processing' at once....

I think it has to do with the `lpass [agent]` process that gets spawn right after the pinentry screen closes. Killing the agent unblocks `direnv`. I use direnv v2.28.0 installed...