-
Notifications
You must be signed in to change notification settings - Fork 459
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
support worker/metricsCollector template from specified configmap + path #349
Comments
/assign |
I plan to refactor GoTemplate as below
@richardsliu @YujiOshima @gaocegege @johnugeorge any comments? |
Maybe call the field and type TemplateSpec instead of TemplateFromConfigmap/TemplatePath? Otherwise sounds ok to me. |
Closing this issue as fields are included in v1alpha2 API |
@johnugeorge: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
For now, when specify worker and metricsCollector by TemplatePath, this path must exist in kubeflow/configmaps/worker-template for worker and kubeflow/configmaps/metricscollector-template for metrics collector.
we should cover a use case: a user who can only create/update studyjob and configmap in non-kubeflow namespace , but he wants to persist his worker/metricscollector template in configmap fo re-use (even more, he wants to persist worker/metricscollector of a studyjob in one configmap for better management, saying mnistStudyJobConfigmap, yoloStudyJobConfigmap and so on)
The text was updated successfully, but these errors were encountered: