You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the solution you'd like
[A clear and concise description of what you want to happen.]
I would like to consolidate the katib-cert-generator to the katib-controller.
Currently, if we use the standalone cert-generator to generate self-signed certs for the webhooks, we can not use Fail as a failurePolicy for the mutator.pod.katib.kubeflow.org since we face the deadlock when we create the cert-generator pod via batch/job.
By generating the self-signed certs in katib-controller, we can avoid the above dead lock.
f.StringVarP(&o.serviceName, "serviceName", "s", consts.Service, "set service name")
I hesitate to add these args to the args of the controller since these args don't directly relate to operations for the controller. So I'd prefer to add these options to katib-config.
/kind feature
Describe the solution you'd like
[A clear and concise description of what you want to happen.]
I would like to consolidate the katib-cert-generator to the katib-controller.
Currently, if we use the standalone cert-generator to generate self-signed certs for the webhooks, we can not use
Fail
as a failurePolicy for themutator.pod.katib.kubeflow.org
since we face the deadlock when we create the cert-generator pod via batch/job.By generating the self-signed certs in katib-controller, we can avoid the above dead lock.
Ref: #2018
Anything else you would like to add:
[Miscellaneous information that will assist in solving the issue.]
Love this feature? Give it a 👍 We prioritize the features with the most 👍
The text was updated successfully, but these errors were encountered: