Richard Wall

Results 179 comments of Richard Wall

/remove-lifecycle stale xref: * https://github.com/cert-manager/cert-manager/pull/6671

I came searching for this issue because I remembered us discussing the problems with setting default *limits* (as @jakexks described above). But what about setting default *requests*? I noticed among...

There's a good set of arguments for setting requests here: https://master.sdk.operatorframework.io/docs/best-practices/managing-resources/

Some Kubernetes issues that might be related: * https://github.com/kubernetes/kubernetes/issues/102672 * https://github.com/kubernetes/kubernetes/issues/73497 * https://github.com/kubernetes/kubernetes/issues/90179

@alex-berger Please read the new [memory scalability section of the Best Practice documentation](https://cert-manager.io/docs/installation/best-practice/#memory) which now explains how to configure cainjector to only watch Secret resources in the cert-manager namespace. Let...

I've been looking at the code and noticed a few problems and potential cleanups: - [x] [Missing unit-tests](https://github.com/cert-manager/cert-manager/pull/5081) - [x] https://github.com/cert-manager/cert-manager/pull/5121 - [ ] https://github.com/cert-manager/cert-manager/pull/5126 - [ ] Challenge Finalizer...