Skip to content
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 update --data in kserve serving job #1049

Merged

Conversation

gujingit
Copy link
Contributor

@gujingit gujingit commented Mar 7, 2024

/kind feature

support update --data in kserve serving job

Fix #1048

@@ -19,6 +19,7 @@ type CommonUpdateServingArgs struct {
Tolerations []TolerationArgs `yaml:"tolerations"` // --toleration
Shell string `yaml:"shell"` // --shell
Command string `yaml:"command"` // --command
ModelDirs map[string]string `yaml:"modelDirs"` // --data
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should other types (such as custom, triton, tensorflow) support update --data since it is a common argument?

Signed-off-by: zibai <zibai.gj@alibaba-inc.com>
@gujingit gujingit force-pushed the feature/support-update-data-kserve branch from 594c1c2 to 29729f0 Compare March 18, 2024 08:16
@Syulin7
Copy link
Collaborator

Syulin7 commented Mar 18, 2024

/lgtm
/approve

@google-oss-prow google-oss-prow bot added the lgtm label Mar 18, 2024
@google-oss-prow google-oss-prow bot merged commit 8b05634 into kubeflow:master Mar 18, 2024
5 checks passed
Copy link

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: gujingit, Syulin7

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@gujingit gujingit deleted the feature/support-update-data-kserve branch April 17, 2024 07:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

cannot update --data param of a kserve job
2 participants