-
Notifications
You must be signed in to change notification settings - Fork 443
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 users to set more fields in suggetion deployment #1737
Comments
I think it is a useful feature. WDYT @kubeflow/wg-automl-leads |
Thank you for creating this @tingweiwu! "random": {
"containers": [
{
"image": "docker.io/andreyvelichkevich/suggestion-chocolate:latest"
}
]
}, Does it look good to us @gaocegege @johnugeorge @tingweiwu ? |
It seems the Suggestion settings with configmap don't support It will probably be more flexible for user to set deployment attributes in algorithmSpec template in different scenarios.
case 2: set start commond and persistent volume, as the new suggetion service may not build in image.
|
I think we should consider if we can support SuggestionSpec as @tingweiwu said. WDYT @andreyvelich |
Basically, Katib config was designed to simplify Experiment specification and give additional settings to more advanced users who are Kubernetes experts. What do you think @johnugeorge ? |
/priority p2 |
@andreyvelich: Please ensure the request meets the requirements listed here. If this request no longer meets these requirements, the label can be removed 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. |
I think, this is a valid ask for many deployments. We can provide this as an option. If AlgorithmSpec is provided in Experiment, it is picked up. Else, defaults will be used(like the current) |
@andreyvelich @johnugeorge would need this feature for our deployments. which katib release will have this feature implemented? |
This hasn't been implemented fully yet. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
/lifecycle frozen |
/kind feature
Describe the solution you'd like
[A clear and concise description of what you want to happen.]
Is it possible to allow users to set more fields in suggetion deployment like we set the trailSpec
such as imagePullSecrets 、args、command and so on
Anything else you would like to add:
[Miscellaneous information that will assist in solving the issue.]
The text was updated successfully, but these errors were encountered: