Erlang cluster on Kubernetes: CertificateRequest cleanup
In this post, I showed how to use
an init container to create CertificateRequest
objects, which cert-manager signs, returning the certificates. A new
request is created every time a pod starts. This eventually leaves a lot of stale CertificateRequest
objects. We
should clean those up.