/kind feature
Currently, we use this script to create a csr and use kubernetes to sign the certificate,
https://github.com/volcano-sh/volcano/blob/master/installer/dockerfile/webhook-manager/gen-admission-secret.sh
However, there are at least two users reported failure installing volcano with certificate not found. https://volcano-sh.slack.com/archives/CGEDAT353/p1577347378003400, this is mainly caused by vendor customized k8s.
So i would propose to provide another way to generate a certificate, maybe with openssl or CFSSL
/kind feature
Currently, we use this script to create a csr and use kubernetes to sign the certificate,
https://github.com/volcano-sh/volcano/blob/master/installer/dockerfile/webhook-manager/gen-admission-secret.sh
However, there are at least two users reported failure installing volcano with certificate not found. https://volcano-sh.slack.com/archives/CGEDAT353/p1577347378003400, this is mainly caused by vendor customized k8s.
So i would propose to provide another way to generate a certificate, maybe with
opensslorCFSSL