mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-10-08 23:03:32 +00:00
This change updates the number of workers that the CSR signing controllers use. If a large number of certificates (especially short lived ones) are approved at the same time, it can take the signing controllers a long time to process them serially. The NewCSRSigningController logic is already go routine safe. Signed-off-by: Monis Khan <mok@vmware.com>