I'm looking at using this awesome library in my admission webhook after a long search.
I'm curious if the library has any builtin mechanisms to coordinate first-time cert provisioning or renewals when the webhook itself is deployed as a ReplicaSet with >1 instances (and they race each other and end up with different certs or have write-write conflict on webhookconfiguration caBundle field)?
Or is this concern inherently not valid (maybe because Secrets eventually propagate and processes restart etc)?